Skip to content

Commit 47719a3

Browse files
authored
docs: change typo in defaultValue (#203)
1 parent e58b7ba commit 47719a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Allow all options of [editor-js](https://github.com/codex-team/editor.js/blob/ma
5858

5959
| Name | Type | Description |
6060
| ------------------ | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
61-
| defaulltValue | OutputData | Initial data when using editor js as [uncontrolled component](https://ko.reactjs.org/docs/uncontrolled-components.html). highly recommend it |
61+
| defaultValue | OutputData | Initial data when using editor js as [uncontrolled component](https://ko.reactjs.org/docs/uncontrolled-components.html). highly recommend it |
6262
| value | OutputData | data when using editor js as [controlled component](https://ko.reactjs.org/docs/forms.html#controlled-components). <br> ⚠️ Don't use it with onChange prop. Infinite loops can occur. |
6363
| onInitialize | (editorCore?: EditorCore) => void | Call after editor-js is initialized |
6464

0 commit comments

Comments
 (0)