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**