diff --git a/docs/fundamentals/networking/quic/quic-options.md b/docs/fundamentals/networking/quic/quic-options.md index 0a0bfef5a9fa7..bab30414b8f7b 100644 --- a/docs/fundamentals/networking/quic/quic-options.md +++ b/docs/fundamentals/networking/quic/quic-options.md @@ -187,7 +187,7 @@ The following simplified scenario captures the behavior of stream opening and th ### ClientAuthenticationOptions - contains the TLS setting for the client connection. The options are the same as used in and . For the QUIC client, is valid if: + contains the TLS setting for the client connection. The options are the same as used in and . For the QUIC client, is valid if: - At least one application protocol is defined in . - If changed, isn't set to (default is ). @@ -197,8 +197,8 @@ The following simplified scenario captures the behavior of stream opening and th ### LocalEndPoint - contains the IP address and port to which the client connection will bind. If not specified, the OS assigns an IP address and a port. **This property is optional.** + contains the IP address and port to which the client connection will bind. If not specified, the OS assigns an IP address and a port. **This property is optional.** ### RemoteEndPoint - can either be or of the peer to which the connection is being established. If it's a , the first IP address returned by is used. **This property is mandatory.** + can either be or of the peer to which the connection is being established. If it's a , the first IP address returned by is used. **This property is mandatory.**