Skip to content

Commit

Permalink
docs: nit typo fix (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkukurin authored Feb 11, 2024
1 parent 48e5565 commit 56f86a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/whichkey/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ This is suitable for a large menu that might take a bit of time to load.
```javascript
commands.executeCommand("whichkey.register", {
bindings: ["myExtension", "bindings"],
overrides: ["myExtension", "bindingOveArrides"],
overrides: ["myExtension", "bindingOverrides"],
title: "My menu"
});
```
Expand Down

0 comments on commit 56f86a6

Please sign in to comment.