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 8a59d86 commit 61c0adeCopy full SHA for 61c0ade
src/ng/q.js
@@ -126,7 +126,7 @@
126
* models and avoiding unnecessary browser repaints, which would result in flickering UI.
127
* - $q promises are recognized by the templating engine in angular, which means that in templates
128
* you can treat promises attached to a scope as if they were the resulting values.
129
- * - 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
130
* all the important functionality needed for common async tasks.
131
*
132
* # Testing
0 commit comments