From b94c1cda1d57b29ed43135acfc4c1e5b6d5fb574 Mon Sep 17 00:00:00 2001 From: Toni Kukurin Date: Sun, 11 Feb 2024 10:51:26 +0100 Subject: [PATCH] typo fix --- docs/whichkey/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/whichkey/usage.md b/docs/whichkey/usage.md index 4680b22..b951c67 100644 --- a/docs/whichkey/usage.md +++ b/docs/whichkey/usage.md @@ -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" }); ```