Merge branch 'master' into patch-1

This commit is contained in:
Jim LAURIE 2018-12-23 14:52:58 +01:00 committed by GitHub
commit 53dd67340e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ Requests system can be implemented in custom code sections.
To extract the filters from an JavaScript object or a request, you need to call the [`strapi.utils.models.convertParams` helper](../api-reference/reference.md#strapiutils).
::: note
The returned objects is formatted according to the ORM used by the model.
The returned objects are formatted according to the ORM used by the model.
:::
#### Example