From 88a0816f5242a26296648eaf14f9114b2342fc66 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Sun, 24 Jul 2016 22:41:37 +0100 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb6851a..474137e 100644 --- a/README.md +++ b/README.md @@ -407,7 +407,7 @@ document.body.appendChild(tree) ``` Generally people using `choo` shouldn't be too worried about the specifics of -`plugins`, as the internal API is (unfortunatly by necessecity) quite complex. +`plugins`, as the internal API is (unfortunatly by nesessity) quite complex. After all they're the most powerful way to modify a `choo` appliction. __:warning: Warning :warning:: plugins should only be used as a last resort.