diff --git a/docs/src/_documentation/references/04-modifying-the-editor.md b/docs/src/_documentation/references/04-modifying-the-editor.md index 80c8be11..5ce6e9d3 100644 --- a/docs/src/_documentation/references/04-modifying-the-editor.md +++ b/docs/src/_documentation/references/04-modifying-the-editor.md @@ -50,7 +50,7 @@ customElements.whenDefined("rhino-editor").then(() => { Sometimes it can be quite challenging to catch either the `rhino-initialize` or `rhino-before-initialize` events due to load order of your JavaScript. -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. Like so: