mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
doc(ngApp): fix grammar
This commit is contained in:
parent
022cb3dc4e
commit
ed1dbf2554
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue