From 4244a84a021a6fca258119b9ce50a6ebf94ad5a6 Mon Sep 17 00:00:00 2001 From: john gravois Date: Mon, 15 Aug 2016 10:57:07 -0700 Subject: [PATCH] :bowtie: spelling fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ee820c..f33f2ea 100644 --- a/README.md +++ b/README.md @@ -411,8 +411,8 @@ 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 nesessity) quite complex. -After all they're the most powerful way to modify a `choo` appliction. +`plugins`, as the internal API is (unfortunately by necessity) quite complex. +After all they're the most powerful way to modify a `choo` application. __:warning: Warning :warning:: plugins should only be used as a last resort. It creates peer dependencies which makes upgrading versions and switching