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,