From 6cfed736aaeca6e8be7d93b7c6b196ed23185b80 Mon Sep 17 00:00:00 2001 From: Agastya Chandrakant Date: Thu, 13 Feb 2020 00:54:57 -0800 Subject: [PATCH] "ecmascript" => "ECMAScript" (#2327) Summary: Pull Request resolved: https://github.com/facebook/draft-js/pull/2327 Differential Revision: D19868957 Pulled By: mrkev fbshipit-source-id: 769f8beaa65a638d6694de93bcabbd017a9dd01c --- docs/Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Overview.md b/docs/Overview.md index e1bdb0056c..dedc133b89 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -22,7 +22,7 @@ npm install draft-js react react-dom yarn add draft-js react react-dom ``` -Draft.js uses some modern ecmascript features which are not available to IE11 and not part of create-react-app's default babel config. If you're running into problems out-of-the-box try installing a shim or polyfill alongside Draft. +Draft.js uses some modern ECMAScript features which are not available to IE11 and not part of create-react-app's default babel config. If you're running into problems out-of-the-box try installing a shim or polyfill alongside Draft. ```sh npm install draft-js react react-dom babel-polyfill