Skip to content

Commit ae13d71

Browse files
authored
Merge pull request #266 from Beomi/develop
Fix typo on readme.md (Three shaking)
2 parents b0ad387 + 1902bf0 commit ae13d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ However Chart.js is a `peerDependencies` so you have to install it separately. I
7676

7777
### Webpack 2
7878
If you're using Webpack 2 it will automatically use the `jsnext:main` / `module` entry point. Which is `es/index.js`
79-
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.
79+
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.
8080

8181

8282
## How to use

0 commit comments

Comments
 (0)