mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs($q): fixed grammatical error
"Promises" should be of the possessive form. Closes #6082
This commit is contained in:
parent
64d58a5b52
commit
cc60ba1f35
1 changed files with 1 additions and 1 deletions
|
|
@ -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**
|
||||
|
|
|
|||
Loading…
Reference in a new issue