diff --git a/docs/APIReference-EditorState.md b/docs/APIReference-EditorState.md index 374f22119c..71b411bf22 100644 --- a/docs/APIReference-EditorState.md +++ b/docs/APIReference-EditorState.md @@ -358,7 +358,7 @@ as the set of inline styles to be applied to the next inserted characters. ``` static set(editorState: EditorState, options: EditorStateRecordType): EditorState ``` -Returns a new `EditorState` object with new options passed in. 'The method is +Returns a new `EditorState` object with new options passed in. The method is inherited from the Immutable `record` API. ## Properties and Getters