Skip to content

Commit 4bf6eb4

Browse files
authored
chore: fix typo in performance monitor warning (#800)
1 parent 17d98f6 commit 4bf6eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/performance-monitor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export function treeSitterWarning() {
55
"core.useTreeSitterParsers",
66
true,
77
"Tree-sitter is off (Low Performance Warning).",
8-
`You should turn on Atom's tree-sitter parser to experience the best performance Minimap and Atom is deisgned for.
8+
`You should turn on Atom's tree-sitter parser to experience the best performance Minimap and Atom are designed for.
99
Keeping tree-sitter parser off results in sluggish scrolling and lags in the text editor.`
1010
)
1111
}

0 commit comments

Comments
 (0)