From 224ece1f55330f809b2af4b2f8e57fd4aa59bab0 Mon Sep 17 00:00:00 2001 From: Idan Cohen Date: Mon, 26 Jun 2017 12:31:35 +0300 Subject: [PATCH 1/2] docs(misc/FAQ): Correcting Misspell The brackets are still just 'Angular' :-) Fixing over-correction made in [this PR](https://github.com/angular/angular.js/commit/03043839d5a540b02208001fe12e812dfde00a8e) --- docs/content/misc/faq.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/misc/faq.ngdoc b/docs/content/misc/faq.ngdoc index e7029067a90d..0747c9d067a9 100644 --- a/docs/content/misc/faq.ngdoc +++ b/docs/content/misc/faq.ngdoc @@ -8,7 +8,7 @@ ### Why is this project called "AngularJS"? Why is the namespace called "ng"? -Because HTML has AngularJS brackets and "ng" sounds like "AngularJS". +Because HTML has Angular brackets and "ng" sounds like "AngularJS". ### Is AngularJS a library, framework, plugin or a browser extension? From 779aa5c220c939b3513f6be2776b1e6b62a97c4a Mon Sep 17 00:00:00 2001 From: Martin Staffa Date: Thu, 29 Jun 2017 11:01:18 +0200 Subject: [PATCH 2/2] uppercase -> lowerase --- docs/content/misc/faq.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/misc/faq.ngdoc b/docs/content/misc/faq.ngdoc index 0747c9d067a9..06e6d808bf80 100644 --- a/docs/content/misc/faq.ngdoc +++ b/docs/content/misc/faq.ngdoc @@ -8,7 +8,7 @@ ### Why is this project called "AngularJS"? Why is the namespace called "ng"? -Because HTML has Angular brackets and "ng" sounds like "AngularJS". +Because HTML has angular brackets and "ng" sounds like "AngularJS". ### Is AngularJS a library, framework, plugin or a browser extension?