diff --git a/website/docs/cli.md b/website/docs/cli.md index ff6972e5dafc..ec40208547f5 100644 --- a/website/docs/cli.md +++ b/website/docs/cli.md @@ -110,4 +110,4 @@ Deploys your site with [GitHub Pages](https://pages.github.com/). Check out the | Name | Default | Description | | --- | --- | --- | | `--out-dir` | `build` | The full path for the new output directory, relative to the current workspace. | -| `--skip-build` | `false` | Deploy website without new its building. This may be useful when using custom deploy script. | +| `--skip-build` | `false` | Deploy website without building it. This may be useful when using custom deploy script. |