We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e5565 commit 56f86a6Copy full SHA for 56f86a6
docs/whichkey/usage.md
@@ -216,7 +216,7 @@ This is suitable for a large menu that might take a bit of time to load.
216
```javascript
217
commands.executeCommand("whichkey.register", {
218
bindings: ["myExtension", "bindings"],
219
- overrides: ["myExtension", "bindingOveArrides"],
+ overrides: ["myExtension", "bindingOverrides"],
220
title: "My menu"
221
});
222
```
0 commit comments