From 840ba8c7e7671e9b375c8ea4350068b6f71d70bf Mon Sep 17 00:00:00 2001 From: Yunwei Xiao Date: Tue, 9 Aug 2022 17:18:13 +0800 Subject: [PATCH] docs: fix typo --- docs/.vitepress/config.js | 2 +- docs/overview/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index dbc9fd5..9e4de80 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -28,7 +28,7 @@ export default { sidebar: [{ text: 'Overview', items: [{ - text: 'Getting Starterd', + text: 'Getting Started', link: '/overview/' }, { diff --git a/docs/overview/index.md b/docs/overview/index.md index e7afced..93d5832 100644 --- a/docs/overview/index.md +++ b/docs/overview/index.md @@ -2,7 +2,7 @@ layout: doc --- -# Overview +# Getting Started `self-hosted-app-starter` (AKA: SHA) is a starter for the self-hosted app, help you to build your next full-stack project quickly.