Skip to content

Commit 6179794

Browse files
Typo fix in 1623-standardize-conditions/README.md
1 parent c960456 commit 6179794

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-api-machinery/1623-standardize-conditions

1 file changed

+1
-1
lines changed

keps/sig-api-machinery/1623-standardize-conditions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ checklist items _must_ be updated for the enhancement to be released.
5353

5454
## Summary
5555

56-
While many Kuberentes APIs have `.status.conditions`, the schema of `condition` varies a lot between them.
56+
While many Kubernetes APIs have `.status.conditions`, the schema of `condition` varies a lot between them.
5757
There is very little commonality at the level of serialization, proto-encoding, and required vs optional.
5858
Conditions are central enough to the API to make a common golang type with a fixed schema.
5959
The schema can be a strong recommendation to all API authors.

0 commit comments

Comments
 (0)