From 78724bf19abcc2de894e760361286574d6abb746 Mon Sep 17 00:00:00 2001 From: Strider Date: Tue, 18 Aug 2015 01:04:10 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e486c37..f496a6e 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ patch(oldVnode, newVnode); ### `snabbdom/h` -It is recommended that you use `snabbdom/h` to create VNodes. `h` accepts a a +It is recommended that you use `snabbdom/h` to create VNodes. `h` accepts a tag/selector as a string, an optional data object and an optional string or array of children.