Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 61c0ade

Browse files
jamierytlewskipetebacondarwin
authored andcommitted
docs($q): fix typo
1 parent 8a59d86 commit 61c0ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/q.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
* models and avoiding unnecessary browser repaints, which would result in flickering UI.
127127
* - $q promises are recognized by the templating engine in angular, which means that in templates
128128
* 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
129+
* - Q has many more features than $q, but that comes at a cost of bytes. $q is tiny, but contains
130130
* all the important functionality needed for common async tasks.
131131
*
132132
* # Testing

0 commit comments

Comments
 (0)