From 22a5141daf5b2ba0dd46da0a26df9388777db202 Mon Sep 17 00:00:00 2001 From: Freeze455 Date: Mon, 6 Sep 2021 00:34:08 +0200 Subject: [PATCH] :construction: Work in progress --- src/utils/Navigation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Navigation.ts b/src/utils/Navigation.ts index 28e7548..4cc2458 100644 --- a/src/utils/Navigation.ts +++ b/src/utils/Navigation.ts @@ -22,7 +22,7 @@ export const documentation = [ { label: 'Starting', href: '/documentation/starting', isMenu: false }, { label: 'Environment', href: '/documentation/environment', isMenu: false }, { label: 'Structure', href: '/documentation/structure', isMenu: false }, - { label: 'Partial Hoohs', href: '/documentation/partial-hooks', isMenu: false }, + { label: 'Partial Hooks', href: '/documentation/partial-hooks', isMenu: false }, { label: 'Commands', href: '/documentation/commands', isMenu: false }, { label: 'Slash Commands', href: '/documentation/slash-commands', isMenu: false }, { label: 'Events', href: '/documentation/events', isMenu: false },