Skip to content

Commit 9b694b1

Browse files
Update contributors/devel/sig-architecture/api-conventions.md
Co-authored-by: Daniel Smith <[email protected]>
1 parent fed5c1e commit 9b694b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ The "{field}" component should be named to indicate the purpose of the reference
903903
endpoint indicates that the object reference specifies the target.
904904

905905
It is okay to have the "{field}" component indicate the resource type. For example, "secretRef" when referencing
906-
a secret. However, this comes with the risk off the field being a misnomer in the case that the field is expanded to
906+
a secret. However, this comes with the risk of the field being a misnomer in the case that the field is expanded to
907907
reference more than one type.
908908

909909
### Object References Examples
@@ -1549,4 +1549,3 @@ Example: "must be greater than \`request\`".
15491549
be less than 256", "must be greater than or equal to 0". Do not use words
15501550
like "larger than", "bigger than", "more than", "higher than", etc.
15511551
* When specifying numeric ranges, use inclusive ranges when possible.
1552-

0 commit comments

Comments
 (0)