diff --git a/docs/src/pages/guides/minimizing-bundle-size/minimizing-bundle-size.md b/docs/src/pages/guides/minimizing-bundle-size/minimizing-bundle-size.md index ed48baca423005..f0cea270906821 100644 --- a/docs/src/pages/guides/minimizing-bundle-size/minimizing-bundle-size.md +++ b/docs/src/pages/guides/minimizing-bundle-size/minimizing-bundle-size.md @@ -67,4 +67,4 @@ No polyfills are included for ES2015 runtime features. IE11+ and evergreen brows necessary features. If you need support for other browsers, consider using [`@babel/polyfill`](https://npmjs.com/package/@babel/polyfill). -⚠️ In order to minimize duplication of code is users' bundles, we **strongly discourage** library authors from using the `/es` folder. +⚠️ In order to minimize duplication of code in users' bundles, we **strongly discourage** library authors from using the `/es` folder.