Skip to content

Commit 3f0fc27

Browse files
authored
Fix typo in EntityAdapter docs (#1949)
1 parent e7a98eb commit 3f0fc27

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
@@ -222,7 +222,7 @@ All three options will insert _new_ entities into the list. However they differ
222222

223223
- `addOne` and `addMany` will do nothing with the new entity
224224
- `setOne` and `setMany` will completely replace the old entity with the new one. This will also get rid of any properties on the entity that are not present in the new version of said entity.
225-
- `upsertOne` and `upsertMany` will do a shallow copy to merge the old and new entities overwritng existing values, adding any that were not there and not touching properties not provided in the new entity.
225+
- `upsertOne` and `upsertMany` will do a shallow copy to merge the old and new entities overwriting existing values, adding any that were not there and not touching properties not provided in the new entity.
226226

227227
:::
228228

0 commit comments

Comments
 (0)