Skip to content

Commit d79da45

Browse files
authored
Merge pull request #210 from KonnorRogers/main
Main -> Latest
2 parents b01c4af + 9d261e1 commit d79da45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/_documentation/references/04-modifying-the-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ customElements.whenDefined("rhino-editor").then(() => {
5050

5151
Sometimes it can be quite challenging to catch either the `rhino-initialize` or `rhino-before-initialize` events due to load order of your JavaScript.
5252

53-
If you add the `defer-initialization` attribute to your editor, the editor will not start until you remove that attribute.
53+
If you add the `defer-initialize` attribute to your editor, the editor will not start until you remove that attribute.
5454

5555
Like so:
5656

0 commit comments

Comments
 (0)