diff --git a/docs/guide/deploy.md b/docs/guide/deploy.md index 9719487ed7..b3d84283f4 100644 --- a/docs/guide/deploy.md +++ b/docs/guide/deploy.md @@ -20,7 +20,7 @@ The following guides are based on a few shared assumptions: If you are deploying to `https://.github.io/`, you can omit `base` as it defaults to `"/"`. - If your are deploying to `https://.github.io//`, (i.e. your repository is at `https://github.com//`), set `base` to `"//"`. + If you are deploying to `https://.github.io//`, (i.e. your repository is at `https://github.com//`), set `base` to `"//"`. 2. Inside your project, create `deploy.sh` with the following content (with highlighted lines uncommented appropriately) and run it to deploy: @@ -62,7 +62,7 @@ You can also run the above script in your CI setup to enable automatic deploymen If you are deploying to `https://.gitlab.io/`, you can omit `base` as it defaults to `"/"`. - If your are deploying to `https://.gitlab.io//`, (i.e. your repository is at `https://gitlab.com//`), set `base` to `"//"`. + If you are deploying to `https://.gitlab.io//`, (i.e. your repository is at `https://gitlab.com//`), set `base` to `"//"`. 2. Set `dest` in `.vuepress/config.js` to `public`.