Merge pull request #224 from jgravois/patch-1

a couple-a spelling fixes
This commit is contained in:
Yoshua Wuyts
2016-08-15 22:16:52 +02:00
committed by GitHub
+2 -2
View File
@@ -411,8 +411,8 @@ document.body.appendChild(tree)
``` ```
Generally people using `choo` shouldn't be too worried about the specifics of Generally people using `choo` shouldn't be too worried about the specifics of
`plugins`, as the internal API is (unfortunatly by nesessity) quite complex. `plugins`, as the internal API is (unfortunately by necessity) quite complex.
After all they're the most powerful way to modify a `choo` appliction. 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. __:warning: Warning :warning:: plugins should only be used as a last resort.
It creates peer dependencies which makes upgrading versions and switching It creates peer dependencies which makes upgrading versions and switching