diff options
| author | Dave Peticolas | 2013-09-19 09:23:27 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-19 20:17:26 +0100 | 
| commit | 2468974a53e9a5c05081a89d6ec127a9e7623198 (patch) | |
| tree | a8e65ec3fe1af187d511a69e871c74567ab66d97 /src | |
| parent | 666705c0a4d128fdaa0a53929c194232a4e34087 (diff) | |
| download | angular.js-2468974a53e9a5c05081a89d6ec127a9e7623198.tar.bz2 | |
doc(ngApp): fix grammar
Diffstat (limited to 'src')
| -rw-r--r-- | src/Angular.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Angular.js b/src/Angular.js index dbc1ff2e..bf10fe34 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -985,7 +985,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`.   * | 
