From f9c5e31cd184a0296c1f4416cf1921466ec27eb1 Mon Sep 17 00:00:00 2001 From: AlexanderLukin Date: Tue, 3 Jul 2018 21:02:54 +0300 Subject: [PATCH] Fix typo (#12046) --- .../guides/minimizing-bundle-size/minimizing-bundle-size.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.