Skip to content

Commit 56f86a6

Browse files
authored
docs: nit typo fix (#76)
1 parent 48e5565 commit 56f86a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/whichkey/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ This is suitable for a large menu that might take a bit of time to load.
216216
```javascript
217217
commands.executeCommand("whichkey.register", {
218218
bindings: ["myExtension", "bindings"],
219-
overrides: ["myExtension", "bindingOveArrides"],
219+
overrides: ["myExtension", "bindingOverrides"],
220220
title: "My menu"
221221
});
222222
```

0 commit comments

Comments
 (0)