diff options
author | 2021-07-24 10:13:20 -0400 | |
---|---|---|
committer | 2021-07-24 09:13:20 -0500 | |
commit | 1f09df6c7c3e6f0f5fceef43a5c5431f554924d4 (patch) | |
tree | 6e2c2b01f71359daa9a610abc1f00272340e36a7 /docs/src/pages | |
parent | c969001a341e0ff17153bff48082883ba9c9cba6 (diff) | |
download | astro-1f09df6c7c3e6f0f5fceef43a5c5431f554924d4.tar.gz astro-1f09df6c7c3e6f0f5fceef43a5c5431f554924d4.tar.zst astro-1f09df6c7c3e6f0f5fceef43a5c5431f554924d4.zip |
Fixed typo in getting-started.md (#842)
Diffstat (limited to '')
-rw-r--r-- | docs/src/pages/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/getting-started.md b/docs/src/pages/getting-started.md index d9b6454ad..df7e42b25 100644 --- a/docs/src/pages/getting-started.md +++ b/docs/src/pages/getting-started.md @@ -3,7 +3,7 @@ layout: ~/layouts/Main.astro title: Getting Started --- -Astro is modern static site builder. Learn what Astro is all about from [our homepage](https://astro.build/) or [our release post](https://astro.build/blog/introducing-astro). This page is an overview of the Astro documentation and all related resources. +Astro is a modern static site builder. Learn what Astro is all about from [our homepage](https://astro.build/) or [our release post](https://astro.build/blog/introducing-astro). This page is an overview of the Astro documentation and all related resources. Looking for a quick overview of what Astro is? [Visit our homepage.](https://astro.build) |