From b3eaf12837b0731029f02d072320e73bf2be07fe Mon Sep 17 00:00:00 2001 From: irthos Date: Thu, 17 May 2018 18:53:20 -0400 Subject: [PATCH] Grammatical / Typo You are, to: you are --- docs/guide/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.