Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 99ec8d6

Browse files
ChristianKohlercaitp
authored andcommitted
chore(docs): clarify comment which was copy&paste from dgeni example
It makes people happy, so why not Closes #9798
1 parent d1ccf17 commit 99ec8d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ var packagePath = __dirname;
55

66
var Package = require('dgeni').Package;
77

8-
// Create and export a new Dgeni package called dgeni-example. This package depends upon
9-
// the jsdoc and nunjucks packages defined in the dgeni-packages npm module.
8+
// Create and export a new Dgeni package called angularjs. This package depends upon
9+
// the ngdoc,nunjucks and examples packages defined in the dgeni-packages npm module.
1010
module.exports = new Package('angularjs', [
1111
require('dgeni-packages/ngdoc'),
1212
require('dgeni-packages/nunjucks'),

0 commit comments

Comments
 (0)