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

Commit 01e726b

Browse files
brettcannonbtford
authored andcommitted
fix(docs): Don't want the present participle of "is"
1 parent 1613621 commit 01e726b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_05.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ to avoid any possible naming collisions.
104104
Since angular infers the controller's dependencies from the names of arguments to the controller's
105105
constructor function, if you were to {@link http://en.wikipedia.org/wiki/Minification_(programming)
106106
minify} the JavaScript code for `PhoneListCtrl` controller, all of its function arguments would be
107-
minified as well, and the dependency injector would not being able to identify services correctly.
107+
minified as well, and the dependency injector would be able to identify services correctly.
108108

109109
To overcome issues caused by minification, just assign an array with service identifier strings
110110
into the `$inject` property of the controller function, just like the last line in the snippet

0 commit comments

Comments
 (0)