From ff11061a8f50ca497668b149fa7e10cab741f775 Mon Sep 17 00:00:00 2001 From: Eric Case Date: Thu, 6 Dec 2012 17:19:39 -0800 Subject: docs($q): typo fix - programing -> programming --- src/ng/q.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/q.js') 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. * *
  *   // for the purpose of this example let's assume that variables `$q` and `scope` are
-- 
cgit v1.2.3