diff options
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: |