From cc60ba1f357e13145222011ba97e6b0694937f82 Mon Sep 17 00:00:00 2001 From: John Kurlak Date: Sat, 1 Feb 2014 13:25:38 -0800 Subject: docs($q): fixed grammatical error "Promises" should be of the possessive form. Closes #6082 --- src/ng/q.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng') 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** -- cgit v1.2.3