Skip to content

Commit 1f5ed9c

Browse files
authored
Fix typo in custom certificate class docs (#6514)
1 parent 6f18977 commit 1f5ed9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/versioned/serving/services/certificate-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can configure each Service to use a different certificate class by specifyin
1717

1818
To add a certificate class annotation to a Service, run the following command:
1919
```bash
20-
kubectl annotate kservice <service-name> networking.knative.dev/certifcate-class=<certificate-provider>
20+
kubectl annotate kservice <service-name> networking.knative.dev/certificate-class=<certificate-provider>
2121
```
2222
Where:
2323

0 commit comments

Comments
 (0)