Skip to content

Commit 6613ee4

Browse files
jamierytlewskipetebacondarwin
authored andcommitted
docs($q): fix typo
1 parent ce6035d commit 6613ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ng/q.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
* models and avoiding unnecessary browser repaints, which would result in flickering UI.
122122
* - $q promises are recognized by the templating engine in angular, which means that in templates
123123
* you can treat promises attached to a scope as if they were the resulting values.
124-
* - Q has many more features that $q, but that comes at a cost of bytes. $q is tiny, but contains
124+
* - Q has many more features than $q, but that comes at a cost of bytes. $q is tiny, but contains
125125
* all the important functionality needed for common async tasks.
126126
*
127127
* # Testing

0 commit comments

Comments
 (0)