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

Commit 6ef6c66

Browse files
purezenfacebook-github-bot
authored andcommitted
Fix typo
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** [...] Closes #1678 Differential Revision: D7214596 fbshipit-source-id: 3224ed09c2d8992d41ac199a6e2f1320462df59a
1 parent 227d125 commit 6ef6c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/APIReference-EditorState.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ as the set of inline styles to be applied to the next inserted characters.
358358
```
359359
static set(editorState: EditorState, options: EditorStateRecordType): EditorState
360360
```
361-
Returns a new `EditorState` object with new options passed in. 'The method is
361+
Returns a new `EditorState` object with new options passed in. The method is
362362
inherited from the Immutable `record` API.
363363

364364
## Properties and Getters

0 commit comments

Comments
 (0)