From 459b8cf7f52f4a81e5e01145b14f52d6e683112f Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Mon, 20 Jun 2016 09:39:41 -0400 Subject: [PATCH] fix typo in header --- docs/prop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/prop.md b/docs/prop.md index 3730dc94..056dcc33 100644 --- a/docs/prop.md +++ b/docs/prop.md @@ -183,7 +183,7 @@ In the example above, when the user types in the input, the `user` stream is upd --- -### Streams vs promiss +### Streams vs promises Mithril streams have many similarities to [ES6 promises](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise):