docs: minor typo
This commit is contained in:
parent
e8af4fd7b5
commit
149c0cdaef
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ var greetAsync = function() {
|
||||||
### Differences from Promises/A+
|
### Differences from Promises/A+
|
||||||
|
|
||||||
For the most part, Mithril promises behave as you'd expect a [Promise/A+](http://promises-aplus.github.io/promises-spec/) promise to behave, but has one difference:
|
For the most part, Mithril promises behave as you'd expect a [Promise/A+](http://promises-aplus.github.io/promises-spec/) promise to behave, but has one difference:
|
||||||
Mithril promises atempt to execute synchronously if possible.
|
Mithril promises attempt to execute synchronously if possible.
|
||||||
|
|
||||||
To illustrate the difference between Mithril and A+ promises, consider the code below:
|
To illustrate the difference between Mithril and A+ promises, consider the code below:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue