From 45103b910e099f79c17357347285fd31406c8823 Mon Sep 17 00:00:00 2001 From: Ron Tsui Date: Tue, 21 Apr 2015 21:09:47 -0700 Subject: [PATCH] Slight spacing change in line 9 - Formatted line 9 - No source code affected --- docs/config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/index.js b/docs/config/index.js index e95d74ce50ae..86f0d03c2db4 100644 --- a/docs/config/index.js +++ b/docs/config/index.js @@ -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'),