Skip to content

Commit e814e4e

Browse files
committed
Improve populate explaination
1 parent c6f0f8b commit e814e4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ module.exports = {
352352

353353
#### 👥 Populate entry rule
354354

355-
Content-types in Strapi may have relationships with other content-types. To ensure that these links are fetched and added to an entry correctly from your Strapi database, the correct populate rule must be provided ([see documentation](https://docs-next.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/entity-service/populate.html#basic-populating)).
355+
Content-types in Strapi may have relationships with other content-types (ex: `restaurant` can have a many-to-many relation with `category`). To ensure that these links are fetched and added to an entry correctly from your Strapi database, the correct populate rule must be provided ([see documentation](https://docs-next.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/entity-service/populate.html#basic-populating)).
356356

357357
To communicate the populate rule, use the `populateEntryRule` setting on the according content-type in the plugin's settings.
358358

@@ -374,7 +374,7 @@ module.exports = {
374374
}
375375
```
376376

377-
by provinding this, the following is indexed in Meilisearch:
377+
by providing this, the following is indexed in Meilisearch:
378378

379379
```json
380380
{

0 commit comments

Comments
 (0)