Skip to content

Commit 296aac2

Browse files
AurelioDeRosascottgonzalez
authored andcommitted
Deferreds: Fixed a small typo: The proposal is called Promises/A
Closes jquerygh-558
1 parent 8786b93 commit 296aac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/code-organization/deferreds.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ your application may be blocked from running until a result from it is
3232
returned. Deferreds provide a better solution to this problem, one which
3333
is void of "blocking" effects and completely decoupled.
3434

35-
The [Promise/A](http://wiki.commonjs.org/wiki/Promises/A) proposal
35+
The [Promises/A](http://wiki.commonjs.org/wiki/Promises/A) proposal
3636
defines a method called "then" that can be used to register callbacks to
3737
a promise and, thus, get the future result when it is available. The
3838
pseudo-code for dealing with a third party API that returns a promise

0 commit comments

Comments
 (0)