diff options
| author | Eric Case | 2012-12-06 17:19:39 -0800 |
|---|---|---|
| committer | Pawel Kozlowski | 2012-12-07 21:00:25 +0100 |
| commit | e2457ca16d1839685ff58d49982637c80187c646 (patch) | |
| tree | 448c641c86e42933539c609f690583760ea45fc4 /src | |
| parent | bd6279008077c6cf84cb45ee94f65230a40dbcfc (diff) | |
| download | angular.js-e2457ca16d1839685ff58d49982637c80187c646.tar.bz2 | |
docs($q): typo fix - programing -> programming
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/q.js | 2 |
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 |
