Skip to content

Commit

Permalink
change wording slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLewis-digirati committed Sep 24, 2024
1 parent aae4c82 commit c0c08e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public async Task<ModifyEntityResult<FlatCollection>> Handle(UpsertCollection re
if (request.ETag is not null)
{
return ModifyEntityResult<FlatCollection>.Failure(
"ETag should not be added when inserting collection via PUT", WriteResult.PreConditionFailed);
"ETag should not be added when inserting a collection via PUT", WriteResult.PreConditionFailed);
}

var createdDate = DateTime.UtcNow;
Expand Down

0 comments on commit c0c08e1

Please sign in to comment.