Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Apr 20, 2024
1 parent a13b324 commit dc6d952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/commands/auto_set_syntax.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def run_auto_set_syntax_on_view(
if event is ListenerEvent.EXEC:
return _assign_syntax_for_exec_output(view_snapshot, event)

# prerequsites
# prerequisites
if not (
(window := view.window())
and is_syntaxable_view(view, must_plaintext=must_plaintext)
Expand Down

0 comments on commit dc6d952

Please sign in to comment.