From 1902bf0b0ee693ebdd5a16086c6f5c86afa31fbf Mon Sep 17 00:00:00 2001 From: Beomi Date: Fri, 1 Dec 2017 15:05:36 +0900 Subject: [PATCH] Fix typo on readme.md `three shaking` > `tree shaking` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ad52545..bd1fd60f 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ However Chart.js is a `peerDependencies` so you have to install it separately. I ### Webpack 2 If you're using Webpack 2 it will automatically use the `jsnext:main` / `module` entry point. Which is `es/index.js` -It is a __transpiled__ es version of the source. And is not __bundled__ to a module. This way you three shaking will work. Like in the bundled version, `Chart.js` is a `peerDependencies` and need to be installed. +It is a __transpiled__ es version of the source. And is not __bundled__ to a module. This way you tree shaking will work. Like in the bundled version, `Chart.js` is a `peerDependencies` and need to be installed. ## How to use