mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 11:22:30 +02:00
docs(v2): fix simple typo, localy -> locally (#3480)
There is a small typo in website/docs/cli.md, website/docs/deployment.md, website/versioned_docs/version-2.0.0-alpha.60/cli.md, website/versioned_docs/version-2.0.0-alpha.60/deployment.md, website/versioned_docs/version-2.0.0-alpha.61/cli.md, website/versioned_docs/version-2.0.0-alpha.61/deployment.md, website/versioned_docs/version-2.0.0-alpha.62/cli.md, website/versioned_docs/version-2.0.0-alpha.62/deployment.md, website/versioned_docs/version-2.0.0-alpha.63/cli.md, website/versioned_docs/version-2.0.0-alpha.63/deployment.md, website/versioned_docs/version-2.0.0-alpha.64/cli.md, website/versioned_docs/version-2.0.0-alpha.64/deployment.md. Should read `locally` rather than `localy`.
This commit is contained in:
parent
407581d26a
commit
8bed33b81f
12 changed files with 12 additions and 12 deletions
|
@ -118,7 +118,7 @@ Deploys your site with [GitHub Pages](https://pages.github.com/). Check out the
|
|||
|
||||
### `docusaurus serve`
|
||||
|
||||
Serve your built website localy.
|
||||
Serve your built website locally.
|
||||
|
||||
| Name | Default | Description |
|
||||
| --- | --- | --- |
|
||||
|
|
|
@ -15,7 +15,7 @@ You can deploy your site to static site hosting services such as [Vercel](https:
|
|||
|
||||
## Testing Build Local
|
||||
|
||||
It is important to test build before deploying to a production. Docusaurus includes a [`docusaurus serve`](cli.md#docusaurus-serve) command to test build localy.
|
||||
It is important to test build before deploying to a production. Docusaurus includes a [`docusaurus serve`](cli.md#docusaurus-serve) command to test build locally.
|
||||
|
||||
```bash npm2yarn
|
||||
npm run serve
|
||||
|
|
|
@ -114,7 +114,7 @@ Deploys your site with [GitHub Pages](https://pages.github.com/). Check out the
|
|||
|
||||
### `docusaurus serve`
|
||||
|
||||
Serve your built website localy.
|
||||
Serve your built website locally.
|
||||
|
||||
| Name | Default | Description |
|
||||
| --- | --- | --- |
|
||||
|
|
|
@ -15,7 +15,7 @@ You can deploy your site to static site hosting services such as [Vercel](https:
|
|||
|
||||
## Testing Build Local
|
||||
|
||||
It is important to test build before deploying to a production. Docusaurus includes a [`docusaurus serve`](cli.md#docusaurus-serve) command to test build localy.
|
||||
It is important to test build before deploying to a production. Docusaurus includes a [`docusaurus serve`](cli.md#docusaurus-serve) command to test build locally.
|
||||
|
||||
```bash npm2yarn
|
||||
npm run serve
|
||||
|
|
|
@ -114,7 +114,7 @@ Deploys your site with [GitHub Pages](https://pages.github.com/). Check out the
|
|||
|
||||
### `docusaurus serve`
|
||||
|
||||
Serve your built website localy.
|
||||
Serve your built website locally.
|
||||
|
||||
| Name | Default | Description |
|
||||
| --- | --- | --- |
|
||||
|
|
|
@ -15,7 +15,7 @@ You can deploy your site to static site hosting services such as [Vercel](https:
|
|||
|
||||
## Testing Build Local
|
||||
|
||||
It is important to test build before deploying to a production. Docusaurus includes a [`docusaurus serve`](cli.md#docusaurus-serve) command to test build localy.
|
||||
It is important to test build before deploying to a production. Docusaurus includes a [`docusaurus serve`](cli.md#docusaurus-serve) command to test build locally.
|
||||
|
||||
```bash npm2yarn
|
||||
npm run serve
|
||||
|
|
|
@ -118,7 +118,7 @@ Deploys your site with [GitHub Pages](https://pages.github.com/). Check out the
|
|||
|
||||
### `docusaurus serve`
|
||||
|
||||
Serve your built website localy.
|
||||
Serve your built website locally.
|
||||
|
||||
| Name | Default | Description |
|
||||
| --- | --- | --- |
|
||||
|
|
|
@ -15,7 +15,7 @@ You can deploy your site to static site hosting services such as [Vercel](https:
|
|||
|
||||
## Testing Build Local
|
||||
|
||||
It is important to test build before deploying to a production. Docusaurus includes a [`docusaurus serve`](cli.md#docusaurus-serve) command to test build localy.
|
||||
It is important to test build before deploying to a production. Docusaurus includes a [`docusaurus serve`](cli.md#docusaurus-serve) command to test build locally.
|
||||
|
||||
```bash npm2yarn
|
||||
npm run serve
|
||||
|
|
|
@ -118,7 +118,7 @@ Deploys your site with [GitHub Pages](https://pages.github.com/). Check out the
|
|||
|
||||
### `docusaurus serve`
|
||||
|
||||
Serve your built website localy.
|
||||
Serve your built website locally.
|
||||
|
||||
| Name | Default | Description |
|
||||
| --- | --- | --- |
|
||||
|
|
|
@ -15,7 +15,7 @@ You can deploy your site to static site hosting services such as [Vercel](https:
|
|||
|
||||
## Testing Build Local
|
||||
|
||||
It is important to test build before deploying to a production. Docusaurus includes a [`docusaurus serve`](cli.md#docusaurus-serve) command to test build localy.
|
||||
It is important to test build before deploying to a production. Docusaurus includes a [`docusaurus serve`](cli.md#docusaurus-serve) command to test build locally.
|
||||
|
||||
```bash npm2yarn
|
||||
npm run serve
|
||||
|
|
|
@ -118,7 +118,7 @@ Deploys your site with [GitHub Pages](https://pages.github.com/). Check out the
|
|||
|
||||
### `docusaurus serve`
|
||||
|
||||
Serve your built website localy.
|
||||
Serve your built website locally.
|
||||
|
||||
| Name | Default | Description |
|
||||
| --- | --- | --- |
|
||||
|
|
|
@ -15,7 +15,7 @@ You can deploy your site to static site hosting services such as [Vercel](https:
|
|||
|
||||
## Testing Build Local
|
||||
|
||||
It is important to test build before deploying to a production. Docusaurus includes a [`docusaurus serve`](cli.md#docusaurus-serve) command to test build localy.
|
||||
It is important to test build before deploying to a production. Docusaurus includes a [`docusaurus serve`](cli.md#docusaurus-serve) command to test build locally.
|
||||
|
||||
```bash npm2yarn
|
||||
npm run serve
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue