Fixed typo

This commit is contained in:
Simon Cambier
2023-03-02 20:06:40 +01:00
parent 74db8fecf9
commit 0529b978cb
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ export const excerptBefore = 100
export const excerptAfter = 300
export const highlightClass = `suggestion-highlight omnisearch-highlight ${
settings.hightlight ? 'omnisearch-default-highlight' : ''
settings.highlight ? 'omnisearch-default-highlight' : ''
}`
export const eventBus = new EventBus()