mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-26 05:07:19 +00:00
fix typo
This commit is contained in:
parent
415dab9936
commit
976f241ae0
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ This event is called before the markdown input editor CodeMirror instance is cre
|
||||||
|
|
||||||
#### Event Data
|
#### 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
|
##### Example
|
||||||
|
|
||||||
|
@ -252,4 +252,4 @@ window.addEventListener('library-cm6::configure-theme', event => {
|
||||||
detail.registerHighlightStyle(highlightStyleBuilder);
|
detail.registerHighlightStyle(highlightStyleBuilder);
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
Loading…
Add table
Reference in a new issue