From b22aee4710a431c251f897c8b59a6209ed0e4bdd Mon Sep 17 00:00:00 2001 From: Francis Chartrand Date: Wed, 2 Dec 2020 21:10:52 -0500 Subject: [PATCH] Small typos in website header --- docs/.vitepress/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 195991b06..5ba650d44 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -88,7 +88,7 @@ const config = { ] }, { - text: 'Chnagelog', + text: 'Changelog', link: 'https://github.com/intlify/vue-i18n-next/blob/master/CHANGELOG.md' } ], @@ -215,7 +215,7 @@ const config = { link: '/api/composition' }, { - text: 'Coomponents', + text: 'Components', link: '/api/component' }, {