From 01bd90a7a4a32a246fbae31e04f50f527099a798 Mon Sep 17 00:00:00 2001 From: earlAchromatic <68669571+earlAchromatic@users.noreply.github.com> Date: Mon, 4 Jul 2022 00:45:39 -0400 Subject: [PATCH] docs: fix typos --- docs/guide/theme-nav.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/theme-nav.md b/docs/guide/theme-nav.md index 92413974..81575e9b 100644 --- a/docs/guide/theme-nav.md +++ b/docs/guide/theme-nav.md @@ -51,7 +51,7 @@ export default { } ``` -The `text` is the actual text displayed in nav, and the `link` is the link that will be navigated to when the text is clicked. For the link, set path to the actual file without `.md` prefix, and alsways start with `/`. +The `text` is the actual text displayed in nav, and the `link` is the link that will be navigated to when the text is clicked. For the link, set path to the actual file without `.md` prefix, and always start with `/`. Nav links can also be dropdown menus. To do this, set `items` key on link option.