summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGravatar Sam Chen <chenxsan@gmail.com> 2021-09-04 11:07:30 +0800
committerGravatar GitHub <noreply@github.com> 2021-09-03 22:07:30 -0500
commit0555689b8a3d4acf9e626caf5fb47378c554c989 (patch)
tree49a76f4b08b26c245f4b106f9d37af80c9fe0f0e /docs/src
parentb668117c02e47d2fab825da11588016c4b340f12 (diff)
downloadastro-0555689b8a3d4acf9e626caf5fb47378c554c989.tar.gz
astro-0555689b8a3d4acf9e626caf5fb47378c554c989.tar.zst
astro-0555689b8a3d4acf9e626caf5fb47378c554c989.zip
docs: add a period (#1306)
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/pages/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/installation.md b/docs/src/pages/installation.md
index e5e0586e4..9cedb03ef 100644
--- a/docs/src/pages/installation.md
+++ b/docs/src/pages/installation.md
@@ -48,7 +48,7 @@ After `create-astro` scaffolds out your project, remember to install your projec
npm install
```
-You can now [Start](#start-astro) your Astro project. Once you have completed assembling your Astro project you can then [Build](#build-astro) your project. Astro would then package up your application and have the static files ready for you to [Deploy](/guides/deploy) to your favourite hosting provider
+You can now [Start](#start-astro) your Astro project. Once you have completed assembling your Astro project you can then [Build](#build-astro) your project. Astro would then package up your application and have the static files ready for you to [Deploy](/guides/deploy) to your favourite hosting provider.
## Manual Install