Skip to content

Commit 976f241

Browse files
authored
fix typo
1 parent 415dab9 commit 976f241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/docs/javascript-public-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This event is called before the markdown input editor CodeMirror instance is cre
4242

4343
#### Event Data
4444

45-
- `editorViewConfig` - An [EditorViewConfig](https://codemirror.net/docs/ref/#view.EditorViewConfig) object that will eventially be passed when creating the CodeMirror EditorView instance.
45+
- `editorViewConfig` - An [EditorViewConfig](https://codemirror.net/docs/ref/#view.EditorViewConfig) object that will eventually be passed when creating the CodeMirror EditorView instance.
4646

4747
##### Example
4848

@@ -252,4 +252,4 @@ window.addEventListener('library-cm6::configure-theme', event => {
252252
detail.registerHighlightStyle(highlightStyleBuilder);
253253
});
254254
```
255-
</details>
255+
</details>

0 commit comments

Comments
 (0)