doc(ngApp): fix grammar

This commit is contained in:
Dave Peticolas 2013-09-19 09:23:27 -07:00 committed by Pete Bacon Darwin
parent 022cb3dc4e
commit ed1dbf2554

View file

@ -949,7 +949,7 @@ function encodeUriQuery(val, pctEncodeSpaces) {
* HTML document you must manually bootstrap them using {@link angular.bootstrap}.
* Applications cannot be nested.
*
* In the example below if the `ngApp` directive would not be placed
* In the example below if the `ngApp` directive were not placed
* on the `html` element then the document would not be compiled
* and the `{{ 1+2 }}` would not be resolved to `3`.
*