aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Peticolas2013-09-19 09:23:27 -0700
committerPete Bacon Darwin2013-09-19 20:17:26 +0100
commit2468974a53e9a5c05081a89d6ec127a9e7623198 (patch)
treea8e65ec3fe1af187d511a69e871c74567ab66d97 /src
parent666705c0a4d128fdaa0a53929c194232a4e34087 (diff)
downloadangular.js-2468974a53e9a5c05081a89d6ec127a9e7623198.tar.bz2
doc(ngApp): fix grammar
Diffstat (limited to 'src')
-rw-r--r--src/Angular.js2
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`.
*