Skip to content

Commit 51cdc78

Browse files
authored
Fix typo in a doc comment.
1 parent 9c41d68 commit 51cdc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/highlight.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {EditorView, ViewPlugin, ViewUpdate, Decoration, DecorationSet} from "@co
55
import {EditorState, Prec, Facet, Extension, RangeSetBuilder} from "@codemirror/state"
66
import {syntaxTree, Language, languageDataProp} from "./language"
77

8-
/// A highlight style associates CSS styles with higlighting
8+
/// A highlight style associates CSS styles with highlighting
99
/// [tags](https://lezer.codemirror.net/docs/ref#highlight.Tag).
1010
export class HighlightStyle implements Highlighter {
1111
/// A style module holding the CSS rules for this highlight style.

0 commit comments

Comments
 (0)