From 487471d5b4e8ba138919b869dea31e90bb3a60f7 Mon Sep 17 00:00:00 2001 From: John Cranston <22160182+pursuitofloot@users.noreply.github.com> Date: Tue, 23 Jun 2020 00:42:26 +0100 Subject: [PATCH] Update getting-started.md Fixing a very minor typo --- packages/docs/docs/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/docs/guide/getting-started.md b/packages/docs/docs/guide/getting-started.md index 6ce8b33ed5..47c7404409 100644 --- a/packages/docs/docs/guide/getting-started.md +++ b/packages/docs/docs/guide/getting-started.md @@ -82,6 +82,6 @@ This section will help you build a basic VuePress documentation site from ground By now, you should have a basic but functional VuePress documentation site. Next, learn about VuePress’ recommended [directory structure](directory-structure.html) and the basics of [configuration](basic-config.html) in VuePress. -Once you’re familiar with those concepts mentioned above, learn about how to enrich your content with [static assests](assets.html), [Markdown extensions](markdown.html) and [vue components](using-vue.html). +Once you’re familiar with those concepts mentioned above, learn about how to enrich your content with [static assets](assets.html), [Markdown extensions](markdown.html) and [vue components](using-vue.html). And when your documentation site start to take shape, check out the [multi-language support](i18n.html) and guides for [deploying](deploy.html) your site to popular services.