From 7c703364d9cd14987d7d2b73798cc3598895bf2e Mon Sep 17 00:00:00 2001 From: earlAchromatic <68669571+earlAchromatic@users.noreply.github.com> Date: Tue, 5 Jul 2022 14:23:21 -0400 Subject: [PATCH] docs: fix typo --- 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 81575e9b..a01012f6 100644 --- a/docs/guide/theme-nav.md +++ b/docs/guide/theme-nav.md @@ -114,7 +114,7 @@ export default { ### Customize link's "active" state -Nav menu items will be highlighted when the current page is under the matching path. if you would like to customize the path to be mathced, define `activeMatch` property and regex as a string value. +Nav menu items will be highlighted when the current page is under the matching path. if you would like to customize the path to be matched, define `activeMatch` property and regex as a string value. ```js export default {