From 2468974a53e9a5c05081a89d6ec127a9e7623198 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(-) (limited to 'src') 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`. * -- cgit v1.2.3