From ed1dbf2554b3afa41f17f99acefdec89da0dd401 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Thu, 19 Sep 2013 09:23:27 -0700 Subject: doc(ngApp): fix grammar --- src/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. * -- cgit v1.2.3