Skip to content

Commit 4ff8a85

Browse files
authored
Merge pull request #20192 from sergiopena/patch-1
Fix typo on conditions section
2 parents ba59b85 + 5bc22bb commit 4ff8a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/access-authn-authz/certificate-signing-requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,10 @@ status:
292292
type: Denied
293293
```
294294

295-
It's usual to set `status.condtions.reason` to a machine-friendly reason
295+
It's usual to set `status.conditions.reason` to a machine-friendly reason
296296
code using TitleCase; this is a convention but you can set it to anything
297297
you like. If you want to add a note just for human consumption, use the
298-
`status.condtions.message` field.
298+
`status.conditions.message` field.
299299

300300
## Signing
301301

0 commit comments

Comments
 (0)