diff options
author | 2021-08-12 20:24:06 +0200 | |
---|---|---|
committer | 2021-08-12 13:24:06 -0500 | |
commit | cbae535cad6790b60affc5391d3cab194701ee65 (patch) | |
tree | 9576a0c1bd390acbf7ef161e34b99160df8b02d5 /docs/src/pages/installation.md | |
parent | fbbb589d921cae62f42694c3081ebf8378d24a80 (diff) | |
download | astro-cbae535cad6790b60affc5391d3cab194701ee65.tar.gz astro-cbae535cad6790b60affc5391d3cab194701ee65.tar.zst astro-cbae535cad6790b60affc5391d3cab194701ee65.zip |
Fix typos in the docs/ content (#1093)
Co-authored-by: mundry <mundry@users.noreply.github.com>
Diffstat (limited to 'docs/src/pages/installation.md')
-rw-r--r-- | docs/src/pages/installation.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/pages/installation.md b/docs/src/pages/installation.md index ed3e298a4..440268e3b 100644 --- a/docs/src/pages/installation.md +++ b/docs/src/pages/installation.md @@ -25,7 +25,7 @@ npm init astro yarn create astro ``` -[`create-astro`](https://github.com/snowpackjs/astro/tree/main/packages/create-astro) wizard lets you choose from a set of [starter templates](/examples) or alternatively, you could import your own Astro project directly from Github. +[`create-astro`](https://github.com/snowpackjs/astro/tree/main/packages/create-astro) wizard lets you choose from a set of [starter templates](/examples) or alternatively, you could import your own Astro project directly from GitHub. ```bash # Note: Replace "my-astro-project" with the name of your project. @@ -52,7 +52,7 @@ You can now [Start](#start-astro) your Astro project. Once you have completed as ## Manual Install -You can also setup Astro without the aide of the `create-astro` wizard, below are the few extra steps that are required to get Astro going. +You can also set up Astro without the aide of the `create-astro` wizard, below are the few extra steps that are required to get Astro going. ### Set up your project @@ -75,7 +75,7 @@ Astro is designed to work with the entirety of the npm package ecosystem. This i ### Install Astro -Following the instructions above, you should have a directory with a single `package.json` file inside of it. You can now setup Astro inside your project. +Following the instructions above, you should have a directory with a single `package.json` file inside of it. You can now set up Astro inside your project. ```bash npm install astro |