diff options
| author | Dave Peticolas | 2013-09-19 09:23:27 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-19 20:17:49 +0100 | 
| commit | ed1dbf2554b3afa41f17f99acefdec89da0dd401 (patch) | |
| tree | 29197d90fcfcd4ca7cb8fbe90affad0d2b534b88 | |
| parent | 022cb3dc4ef51b6bdda21f5e9f8c2ea00986c321 (diff) | |
| download | angular.js-ed1dbf2554b3afa41f17f99acefdec89da0dd401.tar.bz2 | |
doc(ngApp): fix grammar
| -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`.   * | 
