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

Commit ff11061

Browse files
casepkozlowski-opensource
authored andcommitted
docs($q): typo fix - programing -> programming
1 parent c52bfd3 commit ff11061

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
@@ -13,7 +13,7 @@
1313
* performed asynchronously, and may or may not be finished at any given point in time.
1414
*
1515
* From the perspective of dealing with error handling, deferred and promise apis are to
16-
* asynchronous programing what `try`, `catch` and `throw` keywords are to synchronous programing.
16+
* asynchronous programming what `try`, `catch` and `throw` keywords are to synchronous programming.
1717
*
1818
* <pre>
1919
* // for the purpose of this example let's assume that variables `$q` and `scope` are

0 commit comments

Comments
 (0)