Skip to content

Commit 7351df9

Browse files
committed
Fix typo: aditional -> additional
1 parent 665e787 commit 7351df9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/for-containers/how-to-cert-manager-lets-encrypt-ingress-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ spec:
177177
tls:
178178
- hosts:
179179
- backend-v1.contoso.com
180-
# - backend-v2.contoso.com # You can uncomment this and the host line to add an aditional subject alternate name (SAN) to the certificate
180+
# - backend-v2.contoso.com # You can uncomment this and the host line to add an additional subject alternate name (SAN) to the certificate
181181
secretName: tls-backend
182182
rules:
183183
- host: backend-v1.contoso.com
@@ -233,7 +233,7 @@ spec:
233233
tls:
234234
- hosts:
235235
- backend-v1.contoso.com
236-
# - backend-v2.contoso.com # You can uncomment this and the host line to add an aditional subject alternate name (SAN) to the certificate
236+
# - backend-v2.contoso.com # You can uncomment this and the host line to add an additional subject alternate name (SAN) to the certificate
237237
secretName: tls-backend
238238
rules:
239239
- host: backend-v1.contoso.com

0 commit comments

Comments
 (0)