mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
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:
parent
d4186cdbec
commit
640a6c820e
@ -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}`
|
||||
|
||||
:::
|
||||
|
||||
|
||||
@ -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}`
|
||||
|
||||
:::
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user