Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
"ecmascript" => "ECMAScript" (#2327)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #2327

Differential Revision: D19868957

Pulled By: mrkev

fbshipit-source-id: 769f8beaa65a638d6694de93bcabbd017a9dd01c
  • Loading branch information
acagastya authored and facebook-github-bot committed Feb 13, 2020
1 parent 24339f1 commit 6cfed73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Overview.md
Expand Up @@ -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
Expand Down

0 comments on commit 6cfed73

Please sign in to comment.