We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda7126 commit a0e9de1Copy full SHA for a0e9de1
packages/core/src/browser/keybinding.ts
@@ -267,7 +267,7 @@ export class KeybindingRegistry {
267
}
268
269
/**
270
- * Checks whether a colliding {@link common.Keybinding} is existing in a specific scope.
+ * Checks whether a colliding {@link common.Keybinding} exists in a specific scope.
271
* @param binding the {@link common.Keybinding} to check
272
* @param scope the {@link KeybindingScope} to check
273
* @returns true if there is a colliding keybinding
0 commit comments