docs($q): fixed grammatical error

"Promises" should be of the possessive form.

Closes #6082
This commit is contained in:
John Kurlak 2014-02-01 13:25:38 -08:00 committed by Igor Minar
parent 64d58a5b52
commit cc60ba1f35

View file

@ -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**