Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit cc60ba1

Browse files
JohnKurlakIgorMinar
authored andcommitted
docs($q): fixed grammatical error
"Promises" should be of the possessive form. Closes #6082
1 parent 64d58a5 commit cc60ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/q.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
* constructed via `$q.reject`, the promise will be rejected instead.
7474
* - `reject(reason)` – rejects the derived promise with the `reason`. This is equivalent to
7575
* resolving it with a rejection constructed via `$q.reject`.
76-
* - `notify(value)` - provides updates on the status of the promises execution. This may be called
76+
* - `notify(value)` - provides updates on the status of the promise's execution. This may be called
7777
* multiple times before the promise is either resolved or rejected.
7878
*
7979
* **Properties**

0 commit comments

Comments
 (0)