From b911d171503958e4da3f1e2c1562f8a2907b1abc Mon Sep 17 00:00:00 2001 From: Yoshiki Shibukawa Date: Fri, 12 Jun 2015 00:56:03 +0900 Subject: [PATCH] Update mithril.deferred.md --- docs/mithril.deferred.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mithril.deferred.md b/docs/mithril.deferred.md index 69120a21..9266f0c5 100644 --- a/docs/mithril.deferred.md +++ b/docs/mithril.deferred.md @@ -223,7 +223,7 @@ where: The default value (if this parameter is falsy) is the identity function `function(value) {return value}` - If this function returns undefined, then it passes the `value` argument to the next step in the thennable queue, if any + If this function returns undefined, then it passes the `value` argument to the next step in the thenable queue, if any - **any errorCallback(any value)** (optional) @@ -231,7 +231,7 @@ where: The default value (if this parameter is falsy) is the identity function `function(value) {return value}` - If this function returns undefined, then it passes the `value` argument to the next step in the thennable queue, if any + If this function returns undefined, then it passes the `value` argument to the next step in the thenable queue, if any - **returns Promise promise**