From 9fe9e6f561b051f39cec76882f8bf4f24d499807 Mon Sep 17 00:00:00 2001 From: Vinicius de Liz Date: Thu, 1 Feb 2024 12:38:54 -0300 Subject: [PATCH] i18n(pt): Update getting started title in `config/pt.ts` --- docs/.vitepress/config/pt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config/pt.ts b/docs/.vitepress/config/pt.ts index c9ef4b2c..23881a59 100644 --- a/docs/.vitepress/config/pt.ts +++ b/docs/.vitepress/config/pt.ts @@ -87,7 +87,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] { collapsed: false, items: [ { text: 'O que é VitePress?', link: 'what-is-vitepress' }, - { text: 'Começando', link: 'getting-started' }, + { text: 'Iniciando', link: 'getting-started' }, { text: 'Roteamento', link: 'routing' }, { text: 'Lançamento', link: 'deploy' } ]