From 149c0cdaefac441d2bd56b4daafa54d546905d3e Mon Sep 17 00:00:00 2001 From: nickolasgregory Date: Mon, 15 Sep 2014 19:52:35 +1000 Subject: [PATCH] docs: minor typo --- docs/mithril.deferred.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mithril.deferred.md b/docs/mithril.deferred.md index 902de6af..2f6166e4 100644 --- a/docs/mithril.deferred.md +++ b/docs/mithril.deferred.md @@ -120,7 +120,7 @@ var greetAsync = function() { ### 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: -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: