Skip to content

Commit 840cceb

Browse files
authored
Fix typo in "Populate and Select" documentation (#2929)
1 parent 37c2abe commit 840cceb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus/docs/cms/api/rest/populate-select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ await request(`/api/users?${query}`);
119119

120120
The REST API by default does not populate any type of fields, so it will not populate relations, media fields, components, or dynamic zones unless you pass a `populate` parameter to populate various field types.
121121

122-
The `populate` parameter can be used alone or [in combination with with multiple operators](#combining-population-with-other-operators) to have much more control over the population.
122+
The `populate` parameter can be used alone or [in combination with multiple operators](#combining-population-with-other-operators) to have much more control over the population.
123123

124124
:::caution
125125
The `find` permission must be enabled for the content-types that are being populated. If a role doesn't have access to a content-type it will not be populated (see [User Guide](/cms/features/users-permissions#editing-a-role) for additional information on how to enable `find` permissions for content-types).

docusaurus/static/llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4153,7 +4153,7 @@ The [REST API](/cms/api/rest) by default does not populate any relations, media
41534153

41544154
The REST API by default does not populate any type of fields, so it will not populate relations, media fields, components, or dynamic zones unless you pass a `populate` parameter to populate various field types.
41554155

4156-
The `populate` parameter can be used alone or [in combination with with multiple operators](#combining-population-with-other-operators) to have much more control over the population.
4156+
The `populate` parameter can be used alone or [in combination with multiple operators](#combining-population-with-other-operators) to have much more control over the population.
41574157

41584158
:::caution
41594159
The `find` permission must be enabled for the content-types that are being populated. If a role doesn't have access to a content-type it will not be populated (see [User Guide](/cms/features/users-permissions#editing-a-role) for additional information on how to enable `find` permissions for content-types).

0 commit comments

Comments
 (0)