From 6b383c4c2e3a7af94572d5e515d33d799cd66c4b Mon Sep 17 00:00:00 2001 From: Agastya Chandrakant Date: Wed, 12 Feb 2020 16:01:15 +0530 Subject: [PATCH] "ecmascript" => "ECMAScript" --- 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