]> BookStack Code Mirror - bookstack/commitdiff
fix typo 4484/head
authoromahs <redacted>
Thu, 31 Aug 2023 08:01:56 +0000 (10:01 +0200)
committerGitHub <redacted>
Thu, 31 Aug 2023 08:01:56 +0000 (10:01 +0200)
dev/docs/javascript-public-events.md

index 1e95dc8c5043a0de3e7b503ed6d9129dfe419585..95300ddd360bc678dd7a434fdf3fc267b9991ab3 100644 (file)
@@ -42,7 +42,7 @@ This event is called before the markdown input editor CodeMirror instance is cre
 
 #### Event Data
 
-- `editorViewConfig` - An [EditorViewConfig](https://codemirror.net/docs/ref/#view.EditorViewConfig) object that will eventially be passed when creating the CodeMirror EditorView instance.
+- `editorViewConfig` - An [EditorViewConfig](https://codemirror.net/docs/ref/#view.EditorViewConfig) object that will eventually be passed when creating the CodeMirror EditorView instance.
 
 ##### Example
 
@@ -252,4 +252,4 @@ window.addEventListener('library-cm6::configure-theme', event => {
     detail.registerHighlightStyle(highlightStyleBuilder);
 });
 ```
-</details>
\ No newline at end of file
+</details>