Skip to content

Commit a0e9de1

Browse files
Update packages/core/src/browser/keybinding.ts
Co-authored-by: Vincent Fugnitto <[email protected]>
1 parent eda7126 commit a0e9de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/browser/keybinding.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export class KeybindingRegistry {
267267
}
268268

269269
/**
270-
* Checks whether a colliding {@link common.Keybinding} is existing in a specific scope.
270+
* Checks whether a colliding {@link common.Keybinding} exists in a specific scope.
271271
* @param binding the {@link common.Keybinding} to check
272272
* @param scope the {@link KeybindingScope} to check
273273
* @returns true if there is a colliding keybinding

0 commit comments

Comments
 (0)