We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8786b93 commit 296aac2Copy full SHA for 296aac2
page/code-organization/deferreds.md
@@ -32,7 +32,7 @@ your application may be blocked from running until a result from it is
32
returned. Deferreds provide a better solution to this problem, one which
33
is void of "blocking" effects and completely decoupled.
34
35
-The [Promise/A](http://wiki.commonjs.org/wiki/Promises/A) proposal
+The [Promises/A](http://wiki.commonjs.org/wiki/Promises/A) proposal
36
defines a method called "then" that can be used to register callbacks to
37
a promise and, thus, get the future result when it is available. The
38
pseudo-code for dealing with a third party API that returns a promise
0 commit comments