diff options
| -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 9ef10410..8c322460 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -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`.   * | 
