From 3e0c5e406d4cdd608d60f68e37b959e913f4fbda Mon Sep 17 00:00:00 2001 From: Jacob Milhorn <68669571+earlAchromatic@users.noreply.github.com> Date: Mon, 4 Jul 2022 01:04:23 -0400 Subject: [PATCH] docs: fix typos (#915) --- 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.