Skip to content
This repository was archived by the owner on May 31, 2020. It is now read-only.

Commit 5f3d47e

Browse files
committed
fix readme
1 parent 6aa266a commit 5f3d47e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,10 @@ The `Plugin` also accepts an optional render prop which exposes the plugin conte
133133

134134

135135

136-
### <Plugin>(RenderProps)</Plugin>
136+
### `<Plugin>(RenderProps)</Plugin>`
137137

138138
| Property | Type | Description |
139+
| - | - | - |
139140
| `editorState` | `EditorState` | The `EditorState` object |
140141
| `setEditorState` | `(editorState: EditorState) => void` | Lets you update the editorState |
141142
| `editorProps` | `Object` | Contains props that can be set via `setEditorProps`, these are `editorKey` `placeholder` `textAlignment` `textDirectionality` `readOnly` `spellCheck` `stripPastedStyles` `tabIndex` `autoCapitalize` `autoComplete` `autoCorrect` `ariaActiveDescendantID` `ariaAutoComplete` `ariaControls` `ariaDescribedBy` `ariaExpanded` `ariaLabel` `ariaLabelledBy` `ariaMultiline` `webDriverTestID` |

0 commit comments

Comments
 (0)