aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/q.js
diff options
context:
space:
mode:
authorJohn Kurlak2014-02-01 13:25:38 -0800
committerIgor Minar2014-02-04 00:00:31 -0800
commitcc60ba1f357e13145222011ba97e6b0694937f82 (patch)
tree41e1b5f79189c877358fb70c3ecb29c1f4331a36 /src/ng/q.js
parent64d58a5b5292046adf8b28928950858ab3895fcc (diff)
downloadangular.js-cc60ba1f357e13145222011ba97e6b0694937f82.tar.bz2
docs($q): fixed grammatical error
"Promises" should be of the possessive form. Closes #6082
Diffstat (limited to 'src/ng/q.js')
-rw-r--r--src/ng/q.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/q.js b/src/ng/q.js
index 0a98c335..d0807346 100644
--- a/src/ng/q.js
+++ b/src/ng/q.js
@@ -73,7 +73,7 @@
* constructed via `$q.reject`, the promise will be rejected instead.
* - `reject(reason)` – rejects the derived promise with the `reason`. This is equivalent to
* resolving it with a rejection constructed via `$q.reject`.
- * - `notify(value)` - provides updates on the status of the promises execution. This may be called
+ * - `notify(value)` - provides updates on the status of the promise's execution. This may be called
* multiple times before the promise is either resolved or rejected.
*
* **Properties**