From a5c35955158964100d7a1e455f9b01d530c1a605 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 7 Oct 2021 13:23:02 -0400 Subject: [PATCH] Use documentation instead of docs as ID Signed-off-by: Sebastian Malton --- src/main/menu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/menu.ts b/src/main/menu.ts index 855b04a39b..088f06e06e 100644 --- a/src/main/menu.ts +++ b/src/main/menu.ts @@ -247,7 +247,7 @@ export function buildMenu(windowManager: WindowManager) { }, { label: "Documentation", - id: "docs", + id: "documentation", click: async () => { shell.openExternal(docsUrl); },