Fixed Typo on v3.x (#6635)

* Fixed Typo on v3.x

Changed from "if" to "it"

* Fixed typo on 3.0.0-beta.x

Changed from "if" to "it"

* removed 's' from looks v3.x

* removed 's' from looks v3.0.0-beta.x
This commit is contained in:
Yussuf Elarif 2020-06-15 13:35:05 +01:00 committed by GitHub
parent d4186cdbec
commit 640a6c820e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -184,7 +184,7 @@ module.exports = {
};
```
- `params` (object): if should looks like this `{id: 1}`
- `params` (object): it should look like this `{id: 1}`
:::
@ -206,7 +206,7 @@ module.exports = {
};
```
- `params` (object): if should looks like this `{id: 1}`
- `params` (object): it should look like this `{id: 1}`
:::

View File

@ -184,7 +184,7 @@ module.exports = {
};
```
- `params` (object): if should looks like this `{id: 1}`
- `params` (object): it should look like this `{id: 1}`
:::
@ -206,7 +206,7 @@ module.exports = {
};
```
- `params` (object): if should looks like this `{id: 1}`
- `params` (object): it should look like this `{id: 1}`
:::