aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/q.js
diff options
context:
space:
mode:
authorEric Case2012-12-06 17:19:39 -0800
committerPawel Kozlowski2012-12-07 20:45:33 +0100
commitff11061a8f50ca497668b149fa7e10cab741f775 (patch)
treeb2d0c527c82e2a61b287972373824fb29fcc80fa /src/ng/q.js
parentc52bfd37eea6edc94c9d15e01a097fcfdf39144e (diff)
downloadangular.js-ff11061a8f50ca497668b149fa7e10cab741f775.tar.bz2
docs($q): typo fix - programing -> programming
Diffstat (limited to 'src/ng/q.js')
-rw-r--r--src/ng/q.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/q.js b/src/ng/q.js
index 80ad8f4d..fd412a33 100644
--- a/src/ng/q.js
+++ b/src/ng/q.js
@@ -13,7 +13,7 @@
* performed asynchronously, and may or may not be finished at any given point in time.
*
* From the perspective of dealing with error handling, deferred and promise apis are to
- * asynchronous programing what `try`, `catch` and `throw` keywords are to synchronous programing.
+ * asynchronous programming what `try`, `catch` and `throw` keywords are to synchronous programming.
*
* <pre>
* // for the purpose of this example let's assume that variables `$q` and `scope` are