From 6aaac91a13f9b02d0e566533e5d81c3683cba59c Mon Sep 17 00:00:00 2001 From: John Kurlak Date: Sat, 1 Feb 2014 13:25:38 -0800 Subject: [PATCH] Fixed grammatical error "Promises" should be of the possessive form. --- src/ng/q.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/q.js b/src/ng/q.js index 0a98c3350994..d080734603ad 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**