Skip to content

Commit 04773fe

Browse files
authored
pencil edits
Line 67: seperated > separated Line 99: fully-qualified > fully qualified
1 parent a8c49d3 commit 04773fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/ingress-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ HTTP ingress adds headers to pass metadata about the client request to your cont
6464
| `X-Forwarded-Proto` | Protocol used by the client to connect with the Container Apps service. | `http` or `https` |
6565
| `X-Forwarded-For` | The IP address of the client that sent the request. | |
6666
| `X-Forwarded-Host` | The host name the client used to connect with the Container Apps service. | |
67-
| `X-Forwarded-Client-Cert` | The client certificate if `clientCertificateMode` is set. | Semicolon seperated list of Hash, Cert, and Chain. For example: `Hash=....;Cert="...";Chain="...";` |
67+
| `X-Forwarded-Client-Cert` | The client certificate if `clientCertificateMode` is set. | Semicolon separated list of Hash, Cert, and Chain. For example: `Hash=....;Cert="...";Chain="...";` |
6868

6969
### <a name="tcp"></a>TCP
7070

@@ -96,7 +96,7 @@ Visit the [how to article on ingress](ingress-how-to.md#use-additional-tcp-ports
9696

9797
You can access your app in the following ways:
9898

99-
- The default fully-qualified domain name (FQDN): Each app in a Container Apps environment is automatically assigned an FQDN based on the environment's DNS suffix. To customize an environment's DNS suffix, see [Custom environment DNS Suffix](environment-custom-dns-suffix.md).
99+
- The default fully qualified domain name (FQDN): Each app in a Container Apps environment is automatically assigned an FQDN based on the environment's DNS suffix. To customize an environment's DNS suffix, see [Custom environment DNS Suffix](environment-custom-dns-suffix.md).
100100
- A custom domain name: You can configure a custom DNS domain for your Container Apps environment. For more information, see [Custom domain names and certificates](./custom-domains-certificates.md).
101101
- The app name: You can use the app name for communication between apps in the same environment.
102102

0 commit comments

Comments
 (0)