We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d58a5 commit cc60ba1Copy full SHA for cc60ba1
src/ng/q.js
@@ -73,7 +73,7 @@
73
* constructed via `$q.reject`, the promise will be rejected instead.
74
* - `reject(reason)` – rejects the derived promise with the `reason`. This is equivalent to
75
* 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
+ * - `notify(value)` - provides updates on the status of the promise's execution. This may be called
77
* multiple times before the promise is either resolved or rejected.
78
*
79
* **Properties**
0 commit comments