We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b01c4af + 9d261e1 commit d79da45Copy full SHA for d79da45
docs/src/_documentation/references/04-modifying-the-editor.md
@@ -50,7 +50,7 @@ customElements.whenDefined("rhino-editor").then(() => {
50
51
Sometimes it can be quite challenging to catch either the `rhino-initialize` or `rhino-before-initialize` events due to load order of your JavaScript.
52
53
-If you add the `defer-initialization` attribute to your editor, the editor will not start until you remove that attribute.
+If you add the `defer-initialize` attribute to your editor, the editor will not start until you remove that attribute.
54
55
Like so:
56
0 commit comments