diff options
author | 2021-08-20 21:13:43 +0100 | |
---|---|---|
committer | 2021-08-20 13:13:43 -0700 | |
commit | f235c84972faa2c71b1e81473a02567063e901ca (patch) | |
tree | 1331c90aaaaf21f595a46359af3afcc032233274 /docs/src | |
parent | 8e6fb50fa15082a0d794b074bde9d652c0c88470 (diff) | |
download | astro-f235c84972faa2c71b1e81473a02567063e901ca.tar.gz astro-f235c84972faa2c71b1e81473a02567063e901ca.tar.zst astro-f235c84972faa2c71b1e81473a02567063e901ca.zip |
Update getting-started.md (#1182)
corrected typo "quickly" to "quick"
Diffstat (limited to 'docs/src')
-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 cc7d9d688..b1d1563f5 100644 --- a/docs/src/pages/getting-started.md +++ b/docs/src/pages/getting-started.md @@ -11,7 +11,7 @@ Looking for a quick overview of what Astro is? [Visit our homepage.](https://ast The easiest way to try Astro is to run `npm init astro` in a new directory on your machine. Our CLI wizard will assist you in starting a new Astro project. -To get started with Astro in 5 quickly and easy steps, visit our [Quick-Start guide](quick-start). +To get started with Astro in 5 quick and easy steps, visit our [Quick-Start guide](quick-start). Alternatively, read our [Installation Guide](/installation) for a full walk-through on getting set up with Astro. |