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

Commit 75a89ff

Browse files
teusticefacebook-github-bot
authored andcommitted
fix typo in README.md (#2055)
Summary: **Summary** Just fixing a typo in the README, changing 'use' to 'you'. Pull Request resolved: #2055 Differential Revision: D14933030 Pulled By: claudiopro fbshipit-source-id: dc4034a9574e40cf1b671e7d2a9ac042ad47eb3a
1 parent f9f5fd6 commit 75a89ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ReactDOM.render(
9191
);
9292
```
9393

94-
Since the release of React 16.8, use can use [Hooks](https://reactjs.org/docs/hooks-intro.html) as a way to work with `EditorState` without using a class.
94+
Since the release of React 16.8, you can use [Hooks](https://reactjs.org/docs/hooks-intro.html) as a way to work with `EditorState` without using a class.
9595

9696

9797
```js
@@ -160,7 +160,7 @@ comment inputs, [Notes](https://www.facebook.com/notes/), and
160160
| --------- | --------- | --------- | --------- | --------- | --------- |
161161
| IE11, Edge [1, 2]| last 2 versions| last 2 versions| last 2 versions| not fully supported [3] | not fully supported [3]
162162

163-
[1] May need a shim or a polyfill for some syntax used in Draft.js ([docs](https://draftjs.org/docs/advanced-topics-issues-and-pitfalls.html#polyfills)).
163+
[1] May need a shim or a polyfill for some syntax used in Draft.js ([docs](https://draftjs.org/docs/advanced-topics-issues-and-pitfalls.html#polyfills)).
164164

165165
[2] IME inputs have known issues in these browsers, especially Korean ([docs](https://draftjs.org/docs/advanced-topics-issues-and-pitfalls.html#ime-and-internet-explorer)).
166166

0 commit comments

Comments
 (0)