From 976f241ae068801f9278c1ec34f9fc1d7d0d8821 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Thu, 31 Aug 2023 10:01:56 +0200 Subject: [PATCH] fix typo --- dev/docs/javascript-public-events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/docs/javascript-public-events.md b/dev/docs/javascript-public-events.md index 1e95dc8c5..95300ddd3 100644 --- a/dev/docs/javascript-public-events.md +++ b/dev/docs/javascript-public-events.md @@ -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); }); ``` - \ No newline at end of file +