diff options
| author | Evan Anderson <evan.k.anderson@gmail.com> | 2020-07-03 11:18:37 -0700 |
|---|---|---|
| committer | Evan Anderson <evan.k.anderson@gmail.com> | 2020-07-03 11:18:37 -0700 |
| commit | 305d8d8ac0e5f4785539170a012a63b290aea7f7 (patch) | |
| tree | 80b96e50bac4e2df5f20f63f5d597c461a956684 | |
| parent | 5f972cff41c67e4c60528ab409ae22510ceebb52 (diff) | |
Fix typo
| -rw-r--r-- | contributors/devel/sig-architecture/api-conventions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-architecture/api-conventions.md b/contributors/devel/sig-architecture/api-conventions.md index 11974658..d8d4a195 100644 --- a/contributors/devel/sig-architecture/api-conventions.md +++ b/contributors/devel/sig-architecture/api-conventions.md @@ -322,7 +322,7 @@ controller. Objects may report multiple conditions, and new types of conditions may be added in the future or by 3rd party controllers. Therefore, conditions are represented using a list/slice of objects, where each condition has a similar -structure. This collected should be treated as a map with a key of `type`. +structure. This collection should be treated as a map with a key of `type`. Conditions are most useful when they follow some consistent conventions: |
