mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-10 15:54:42 +00:00
docs($q): typo fix - programing -> programming
This commit is contained in:
parent
c52bfd37ee
commit
ff11061a8f
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
* performed asynchronously, and may or may not be finished at any given point in time.
|
* 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
|
* 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>
|
* <pre>
|
||||||
* // for the purpose of this example let's assume that variables `$q` and `scope` are
|
* // for the purpose of this example let's assume that variables `$q` and `scope` are
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue