From bf6972ced415131a6e9ca709035ab7ee8c4420fd Mon Sep 17 00:00:00 2001 From: Roque Pinel <1685896+repinel@users.noreply.github.com> Date: Fri, 26 Apr 2019 09:42:39 -0400 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c37bc313a82..e3a9549f0e58 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ npm install --save core-js-bundle@3.0.1 Already bundled version of `core-js` [on CDN](https://unpkg.com/core-js-bundle@3.0.1) ([minified version](https://unpkg.com/core-js-bundle@3.0.1/minified.js)). ### CommonJS API -You can import only reqired for you polyfills, like in examples at the top of `README.md`. Available CommonJS entry points for all polyfilled methods / constructors and namespaces. Just some examples: +You can import only required for you polyfills, like in examples at the top of `README.md`. Available CommonJS entry points for all polyfilled methods / constructors and namespaces. Just some examples: ```js // polyfill all `core-js` features: