Skip to content

Commit cd96c2f

Browse files
authored
correct DeleteItemCommands -> DeleteItemCommand in docs
1 parent 84b78d1 commit cd96c2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/3-entities/4-actions/14-transact-delete/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ const transaction = PokemonEntity.build(DeleteTransaction)
131131

132132
:::info
133133

134-
Contrary to [`DeleteItemCommands`](../5-delete-item/index.md), delete transactions cannot return the values of the deleted items.
134+
Contrary to [`DeleteItemCommand`](../5-delete-item/index.md), delete transactions cannot return the values of the deleted items.
135135

136136
:::

docs/docs/3-entities/4-actions/9-batch-delete/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ const request = PokemonEntity.build(BatchDeleteRequest).key(
4646

4747
:::info
4848

49-
Contrary to [`DeleteItemCommands`](../5-delete-item/index.md), batch deletes cannot be [conditioned](../18-parse-condition/index.md), nor return the values of the deleted items.
49+
Contrary to [`DeleteItemCommand`](../5-delete-item/index.md), batch deletes cannot be [conditioned](../18-parse-condition/index.md), nor return the values of the deleted items.
5050

5151
:::

0 commit comments

Comments
 (0)