From 61c0adedc3fb936e268588d8cfc77df0962453c7 Mon Sep 17 00:00:00 2001 From: Jamie R. Rytlewski Date: Fri, 26 Apr 2013 11:54:19 -0300 Subject: docs($q): fix typo --- src/ng/q.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/q.js') diff --git a/src/ng/q.js b/src/ng/q.js index 22c9caa9..b54b91de 100644 --- a/src/ng/q.js +++ b/src/ng/q.js @@ -126,7 +126,7 @@ * models and avoiding unnecessary browser repaints, which would result in flickering UI. * - $q promises are recognized by the templating engine in angular, which means that in templates * you can treat promises attached to a scope as if they were the resulting values. - * - Q has many more features that $q, but that comes at a cost of bytes. $q is tiny, but contains + * - Q has many more features than $q, but that comes at a cost of bytes. $q is tiny, but contains * all the important functionality needed for common async tasks. * * # Testing -- cgit v1.2.3