docs: fix typo

This commit is contained in:
Yoshua Wuyts
2016-07-24 22:41:37 +01:00
parent 98ff330f45
commit 88a0816f52
+1 -1
View File
@@ -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.