From 5e3e828a4416f1a2b7fc0afe9d62182f18bf2680 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 28 Jul 2021 18:43:09 +0300 Subject: [PATCH] Fixes typo (#902) --- docs/src/pages/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: