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

Commit

Permalink
style(docs): improve formatting in code comment
Browse files Browse the repository at this point in the history
Closes #11674
  • Loading branch information
vokoshyv authored and Narretz committed Apr 30, 2015
1 parent b3c022d commit 1b343e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var packagePath = __dirname;
var Package = require('dgeni').Package;

// Create and export a new Dgeni package called angularjs. This package depends upon
// the ngdoc,nunjucks and examples packages defined in the dgeni-packages npm module.
// the ngdoc, nunjucks, and examples packages defined in the dgeni-packages npm module.
module.exports = new Package('angularjs', [
require('dgeni-packages/ngdoc'),
require('dgeni-packages/nunjucks'),
Expand Down

0 comments on commit 1b343e7

Please sign in to comment.