summaryrefslogtreecommitdiff
path: root/docs/src/pages/guides/deploy.md
diff options
context:
space:
mode:
authorGravatar mundry <1453314+mundry@users.noreply.github.com> 2021-07-17 21:46:51 +0200
committerGravatar GitHub <noreply@github.com> 2021-07-17 15:46:51 -0400
commitf74112798b71e3a6fb8531190f721ba2db07888a (patch)
tree2570a05d675dcbd36c9d2c2d94db4ef77da42f45 /docs/src/pages/guides/deploy.md
parent234b175a196345454bf33841572dc120d3581f45 (diff)
downloadastro-f74112798b71e3a6fb8531190f721ba2db07888a.tar.gz
astro-f74112798b71e3a6fb8531190f721ba2db07888a.tar.zst
astro-f74112798b71e3a6fb8531190f721ba2db07888a.zip
Fix typos in the documentation. (#731)
Co-authored-by: mundry <mundry@users.noreply.github.com>
Diffstat (limited to 'docs/src/pages/guides/deploy.md')
-rw-r--r--docs/src/pages/guides/deploy.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/pages/guides/deploy.md b/docs/src/pages/guides/deploy.md
index 1af97643f..79b3075a1 100644
--- a/docs/src/pages/guides/deploy.md
+++ b/docs/src/pages/guides/deploy.md
@@ -7,7 +7,7 @@ The following guides are based on some shared assumptions:
- You are using the default build output location (`dist/`). This location [can be changed using the `dist` configuration option](/reference/configuration-reference).
- You are using npm. You can use equivalent commands to run the scripts if you are using Yarn or other package managers.
-- Astro is installed as a local dev dependency in your project, and you have setup the following npm scripts:
+- Astro is installed as a local dev dependency in your project, and you have set up the following npm scripts:
```json
{
@@ -133,7 +133,7 @@ With the `netlify.toml` file, add it at the top level of your project with the f
Then, set up a new project on [Netlify](https://netlify.com) from your chosen Git provider.
-If you don't want to use the `netlify.toml`, when you go to [Netlify](https://netlify.com) and set up up a new project from Git, input the following settings:
+If you don't want to use the `netlify.toml`, when you go to [Netlify](https://netlify.com) and set up a new project from Git, input the following settings:
- **Build Command:** `astro build` or `npm run build`
- **Publish directory:** `dist`