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

Commit 9cc6835

Browse files
rsperbergpkozlowski-opensource
authored andcommitted
docs(guide/Conceptual Overview): change "a" to "an" before "ng-controller"
Closes #9895
1 parent ee1fc1d commit 9cc6835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/concepts.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ First, there is a new JavaScript file that contains a so-called <a name="control
154154
More exactly, the file contains a constructor function that creates the actual controller instance.
155155
The purpose of controllers is to expose variables and functionality to expressions and directives.
156156

157-
Besides the new file that contains the controller code we also added a
157+
Besides the new file that contains the controller code we also added an
158158
{@link ng.directive:ngController `ng-controller`} directive to the HTML.
159159
This directive tells Angular that the new `InvoiceController` is responsible for the element with the directive
160160
and all of the element's children.

0 commit comments

Comments
 (0)