Skip to content

Commit 1902bf0

Browse files
authored
Fix typo on readme.md
`three shaking` > `tree shaking`
1 parent b0ad387 commit 1902bf0

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)