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

Commit 87a812d

Browse files
joerlopfacebook-github-bot
authored andcommitted
Typo corrected - Overview.md (#2089)
Summary: *Before* submitting a pull request, please make sure the following is done... 1. Fork the repo and create your branch from `master`. 2. If you've added code that should be tested, add tests! 3. If you've changed APIs, update the documentation. 4. Ensure that: * The test suite passes (`npm test`) * Your code lints (`npm run lint`) and passes Flow (`npm run flow`) * You have followed the [testing guidelines](https://github.com/facebook/draft-js/wiki/Testing-for-Pull-Requests) 5. If you haven't already, complete the [CLA](https://code.facebook.com/cla). Please use the simple form below as a guideline for describing your pull request. Thanks for contributing to Draft.js! - **Summary** [...] **Test Plan** [...] Pull Request resolved: #2089 Differential Revision: D15821704 Pulled By: claudiopro fbshipit-source-id: ea47287ffcaecab0addf0e74a6f7e8c36bf50274
1 parent 12c4480 commit 87a812d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ReactDOM.render(
6666
);
6767
```
6868

69-
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.
69+
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.
7070

7171
```js
7272
import React from 'react';

0 commit comments

Comments
 (0)