From 9d261e173b945a06d62d33b3c51b63bbe80763be Mon Sep 17 00:00:00 2001 From: Konnor Rogers Date: Thu, 24 Oct 2024 19:03:40 -0400 Subject: [PATCH] Fix bad syntax for `defer-initialize` --- docs/src/_documentation/references/04-modifying-the-editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: