From 829a218a3fe603f603e02f1eb0dbcd6dd75bfc1e Mon Sep 17 00:00:00 2001 From: Jordan Manley Date: Thu, 6 Apr 2023 06:35:03 -0400 Subject: [PATCH] docs: correct small grammar error (#8865) Co-authored-by: JORDAN MANLEY --- website/docs/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli.mdx b/website/docs/cli.mdx index 02321c3889f9..f6ca2dee2293 100644 --- a/website/docs/cli.mdx +++ b/website/docs/cli.mdx @@ -40,7 +40,7 @@ Builds and serves a preview of your site locally with [Webpack Dev Server](https | `--port` | `3000` | Specifies the port of the dev server. | | `--host` | `localhost` | Specify a host to use. For example, if you want your server to be accessible externally, you can use `--host 0.0.0.0`. | | `--hot-only` | `false` | Enables Hot Module Replacement without page refresh as a fallback in case of build failures. More information [here](https://webpack.js.org/configuration/dev-server/#devserverhotonly). | -| `--no-open` | `false` | Do not open automatically the page in the browser. | +| `--no-open` | `false` | Do not open the page automatically in the browser. | | `--config` | `undefined` | Path to Docusaurus config file, default to `[siteDir]/docusaurus.config.js` | | `--poll [optionalIntervalMs]` | `false` | Use polling of files rather than watching for live reload as a fallback in environments where watching doesn't work. More information [here](https://webpack.js.org/configuration/watch/#watchoptionspoll). | | `--no-minify` | `false` | Build website without minimizing JS/CSS bundles. |