Skip to content

Commit 37459a1

Browse files
fix typo
1 parent 0bc7567 commit 37459a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/common/selection-commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type CreateSupertypeOf<Super, Sub extends Super> = Sub;
1515

1616
// This asserts that SelectionCommand is assignable to all of the different types of
1717
// SelectionCommand defined in commands.ts. The intention is the output from the helpers
18-
// in this file can be used with any of the select command types and cna handle any of
18+
// in this file can be used with any of the select command types and can handle any of
1919
// the inputs.
2020
type SelectionCommand<T extends NotArray> = CreateSupertypeOf<
2121
TreeViewContextMultiSelectionCommandFunction<T> &

0 commit comments

Comments
 (0)