diff options
author | 2021-07-28 18:43:09 +0300 | |
---|---|---|
committer | 2021-07-28 10:43:09 -0500 | |
commit | 5e3e828a4416f1a2b7fc0afe9d62182f18bf2680 (patch) | |
tree | fc3303057b67e54dab1d5ece91267e29873b3791 /docs | |
parent | 7dfe22ecce5cb00eccdaaffa8ddb298012cf94a5 (diff) | |
download | astro-5e3e828a4416f1a2b7fc0afe9d62182f18bf2680.tar.gz astro-5e3e828a4416f1a2b7fc0afe9d62182f18bf2680.tar.zst astro-5e3e828a4416f1a2b7fc0afe9d62182f18bf2680.zip |
Fixes typo (#902)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/pages/quick-start.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/quick-start.md b/docs/src/pages/quick-start.md index b7855252c..f6f08304f 100644 --- a/docs/src/pages/quick-start.md +++ b/docs/src/pages/quick-start.md @@ -47,7 +47,7 @@ npm run build This will instruct Astro to build your site and save it directly to disk. Your application is now ready in the `dist/` directory. -## Deploy you project +## Deploy your project Astro sites are static, so they can be deployed to your favourite host: |