Skip to content

Commit f64dde9

Browse files
authored
Merge pull request #51892 from zk-123/patch-1
fix: grammatical error bug
2 parents bccbafb + bf1fda1 commit f64dde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ This includes:
124124
when usages different than the signer-determined usages are specified in the CSR.
125125
1. **Expiration/certificate lifetime**: whether it is fixed by the signer, configurable by the admin, determined by the CSR `spec.expirationSeconds` field, etc
126126
and the behavior when the signer-determined expiration is different from the CSR `spec.expirationSeconds` field.
127-
1. **CA bit allowed/disallowed**: and behavior if a CSR contains a request a for a CA certificate when the signer does not permit it.
127+
1. **CA bit allowed/disallowed**: and behavior if a CSR contains a request for a CA certificate when the signer does not permit it.
128128

129129
Commonly, the `status.certificate` field of a CertificateSigningRequest contains a
130130
single PEM-encoded X.509 certificate once the CSR is approved and the certificate is issued.

0 commit comments

Comments
 (0)