Skip to content

Commit

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

Differential Revision: D19868957

Pulled By: mrkev

fbshipit-source-id: 769f8beaa65a638d6694de93bcabbd017a9dd01c
  • Loading branch information
acagastya authored and vilemj-Viclick committed Jul 16, 2020
1 parent 2eabea0 commit 346f521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Overview.md
Original file line number Diff line number Diff line change
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 346f521

Please sign in to comment.