From 8a9178c1ad9ec4f20f0d3ef75f25730660cd04e9 Mon Sep 17 00:00:00 2001 From: domnantas Date: Mon, 20 Sep 2021 23:44:58 +0300 Subject: [PATCH] docs: Simplify Editor props description --- docs/api/editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/editor.md b/docs/api/editor.md index 2bb56e6d..ee446645 100644 --- a/docs/api/editor.md +++ b/docs/api/editor.md @@ -187,7 +187,7 @@ new Editor({ ``` ### Editor props -For advanced use cases, you can pass `editorProps` which will be handled by [ProseMirror](https://prosemirror.net/docs/ref/#view.EditorProps). Here is an example how you can pass a few [Tailwind](https://tailwindcss.com/) classes to the editor container, and transform pasted text, but there is a lot more you can do. +For advanced use cases, you can pass `editorProps` which will be handled by [ProseMirror](https://prosemirror.net/docs/ref/#view.EditorProps). You can use it to override various editor events or change editor DOM element attributes. Here is an example: ```js new Editor({