From 45103b910e099f79c17357347285fd31406c8823 Mon Sep 17 00:00:00 2001 From: Ron Tsui Date: Tue, 21 Apr 2015 21:09:47 -0700 Subject: [PATCH 1/2] 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'), From 508a0fcf9224d4a0ce7791bc2540c7f2ae41b40e Mon Sep 17 00:00:00 2001 From: Ron Tsui Date: Wed, 27 May 2015 22:28:16 -0700 Subject: [PATCH 2/2] Fixed slightly unusual phrasing In second paragraph changed: "The best of all: it makes development fun!" to "Best of all?? It makes development fun!" No source code affected. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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