diff --git a/docs/guide/deploy.md b/docs/guide/deploy.md index 9719487ed7..326a5b41ce 100644 --- a/docs/guide/deploy.md +++ b/docs/guide/deploy.md @@ -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`.