From c38aecf73f8581db4a61288268be3a56b12e8af6 Mon Sep 17 00:00:00 2001 From: David Cho-Lerat Date: Wed, 24 Apr 2019 10:45:45 +0200 Subject: [PATCH] Fix typo in README.md (#6879) --- packages/react-app-polyfill/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-app-polyfill/README.md b/packages/react-app-polyfill/README.md index d5f68229617..252e941179b 100644 --- a/packages/react-app-polyfill/README.md +++ b/packages/react-app-polyfill/README.md @@ -19,7 +19,7 @@ yarn add react-app-polyfill ## Supporting Internet Explorer -You can import the entry point for the minimal version you intend to support to ensure that the minimum langauge features are present that are required to use Create React App. For example, if you import the IE9 entry point, this will include IE10 and IE11 support. +You can import the entry point for the minimal version you intend to support to ensure that the minimum language features are present that are required to use Create React App. For example, if you import the IE9 entry point, this will include IE10 and IE11 support. These modules ensure the following language features are present: