From f7dc36e3f1b1a83cccce8c435b443d8137dda073 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Sat, 26 Aug 2023 03:09:11 +0530 Subject: [PATCH] fix: correct typo 'additionalFooterMenuItems' --- packages/hoppscotch-selfhost-web/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hoppscotch-selfhost-web/src/main.ts b/packages/hoppscotch-selfhost-web/src/main.ts index 7d476b44c..547fdae99 100644 --- a/packages/hoppscotch-selfhost-web/src/main.ts +++ b/packages/hoppscotch-selfhost-web/src/main.ts @@ -13,7 +13,7 @@ import { stdSupportOptionItems } from "@hoppscotch/common/platform/std/ui/suppor createHoppApp("#app", { ui: { - additonalFooterMenuItems: stdFooterItems, + additionalFooterMenuItems: stdFooterItems, additionalSupportOptionsMenuItems: stdSupportOptionItems, }, auth: authDef,