diff --git a/README.md b/README.md index 7deb1604bde8..aac26f18c667 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ the browser how to do dependency injection and inversion of control. Oh yeah and it helps with server-side communication, taming async callbacks with promises and deferreds. It also makes client-side navigation and deeplinking with hashbang urls or HTML5 pushState a -piece of cake. The best of all: it makes development fun! +piece of cake. Best of all?? It makes development fun! * Web site: http://angularjs.org * Tutorial: http://docs.angularjs.org/tutorial 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'),