docs(v2): fix some misspellings (#3636)

Some misspellings fixed.

Co-authored-by: Roman Zhukov <romanzhukov@yandex-team.ru>
This commit is contained in:
Roman Bug 2020-10-25 18:48:28 +03:00 committed by GitHub
parent 37acb88314
commit 6c6200e473
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -990,7 +990,7 @@ Passing `false` will disable registration entirely.
### `@docusaurus/plugin-debug`
The debug plugin will display useful debug informations at [http://localhost:3000/\_\_docusaurus/debug](http://localhost:3000/__docusaurus/debug).
The debug plugin will display useful debug information at [http://localhost:3000/\_\_docusaurus/debug](http://localhost:3000/__docusaurus/debug).
It is mostly useful for plugin authors, that will be able to inspect more easily the content of the `.docusaurus` folder (like the creates routes), but also be able to inspect data structures that are never written to disk, like the plugin data loaded through the `contentLoaded` lifecycle.
@ -1012,7 +1012,7 @@ npm install --save @docusaurus/plugin-debug
If you have installed `@docusaurus/preset-classic`, you don't need to install it as a dependency. You can also configure it through the [classic preset options](presets.md#docusauruspreset-classic) instead of doing it like below.
By default, it's enabled in dev, and disabled in prod, to avoid exposing potentially sensitive informations.
By default, it's enabled in dev, and disabled in prod, to avoid exposing potentially sensitive information.
:::

View file

@ -195,7 +195,7 @@ If your assets should be versioned, put them in the docs version, and use relati
```md
![img alt](./myImage.png)
[dowload this file](./file.pdf)
[download this file](./file.pdf)
```
If your assets are global, put them in `/static` and use absolute paths:
@ -203,5 +203,5 @@ If your assets are global, put them in `/static` and use absolute paths:
```md
![img alt](/myImage.png)
[dowload this file](/file.pdf)
[download this file](/file.pdf)
```

View file

@ -990,7 +990,7 @@ Passing `false` will disable registration entirely.
### `@docusaurus/plugin-debug`
The debug plugin will display useful debug informations at [http://localhost:3000/\_\_docusaurus/debug](http://localhost:3000/__docusaurus/debug).
The debug plugin will display useful debug information at [http://localhost:3000/\_\_docusaurus/debug](http://localhost:3000/__docusaurus/debug).
It is mostly useful for plugin authors, that will be able to inspect more easily the content of the `.docusaurus` folder (like the creates routes), but also be able to inspect data structures that are never written to disk, like the plugin data loaded through the `contentLoaded` lifecycle.
@ -1012,7 +1012,7 @@ npm install --save @docusaurus/plugin-debug
If you have installed `@docusaurus/preset-classic`, you don't need to install it as a dependency. You can also configure it through the [classic preset options](presets.md#docusauruspreset-classic) instead of doing it like below.
By default, it's enabled in dev, and disabled in prod, to avoid exposing potentially sensitive informations.
By default, it's enabled in dev, and disabled in prod, to avoid exposing potentially sensitive information.
:::

View file

@ -195,7 +195,7 @@ If your assets should be versioned, put them in the docs version, and use relati
```md
![img alt](./myImage.png)
[dowload this file](./file.pdf)
[download this file](./file.pdf)
```
If your assets are global, put them in `/static` and use absolute paths:
@ -203,5 +203,5 @@ If your assets are global, put them in `/static` and use absolute paths:
```md
![img alt](/myImage.png)
[dowload this file](/file.pdf)
[download this file](/file.pdf)
```