Skip to content

Commit 3f1dbcf

Browse files
committed
docs: fix api convention concurrency control and consistency part typo
Signed-off-by: AhmedGrati <[email protected]>
1 parent 10a0617 commit 3f1dbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/devel/sig-architecture/api-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ Kubernetes leverages the concept of *resource versions* to achieve optimistic
969969
concurrency. All Kubernetes resources have a "resourceVersion" field as part of
970970
their metadata. This resourceVersion is a string that identifies the internal
971971
version of an object that can be used by clients to determine when objects have
972-
changed. When a record is about to be updated, it's version is checked against a
972+
changed. When a record is about to be updated, its version is checked against a
973973
pre-saved value, and if it doesn't match, the update fails with a StatusConflict
974974
(HTTP status code 409).
975975

0 commit comments

Comments
 (0)