Skip to content

Commit 081f81d

Browse files
authored
Merge pull request #2279 from losidk/patch-1
2 parents 0050738 + 756bed8 commit 081f81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/createEntityAdapter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The primary content of an entity adapter is a set of generated reducer functions
208208
- `addOne`: accepts a single entity, and adds it if it's not already present.
209209
- `addMany`: accepts an array of entities or an object in the shape of `Record<EntityId, T>`, and adds them if not already present.
210210
- `setOne`: accepts a single entity and adds or replaces it
211-
- `setMany`: accepts an array of entities or an an object in the shape of `Record<EntityId, T>`, and adds or replaces them.
211+
- `setMany`: accepts an array of entities or an object in the shape of `Record<EntityId, T>`, and adds or replaces them.
212212
- `setAll`: accepts an array of entities or an object in the shape of `Record<EntityId, T>`, and replaces all existing entities with the values in the array.
213213
- `removeOne`: accepts a single entity ID value, and removes the entity with that ID if it exists.
214214
- `removeMany`: accepts an array of entity ID values, and removes each entity with those IDs if they exist.

0 commit comments

Comments
 (0)