docs($q): fix typo

This commit is contained in:
Jamie R. Rytlewski 2013-04-26 11:54:19 -03:00 committed by Pete Bacon Darwin
parent ce6035d953
commit 6613ee40e6

View file

@ -121,7 +121,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