docs: fix typo in LocalRequestTimeoutMs (#16917)

This commit is contained in:
Andrea Scarpino 2023-04-10 18:56:49 +02:00 committed by GitHub
parent 762a69cc42
commit 61a456682a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@ The following outline shows how to format the service splitter configuration ent
- [`Port`](#destination): integer | `0`
- [`MaxInboundConnections`](#maxinboundconnections): integer | `0`
- [`LocalConnectTimeoutMs`](#localconnecttimeoutms): integer | `0`
- [`LocalRequestTiimeoutMs`](#localrequesttimeoutms): integer | `0`
- [`LocalRequestTimeoutMs`](#localrequesttimeoutms): integer | `0`
- [`MeshGateway`](#meshgateway): map | no default
- [`Mode`](#meshgateway): string | no default
- [`ExternalSNI`](#externalsni): string | no default
@ -133,7 +133,7 @@ The following outline shows how to format the service splitter configuration ent
- [`port`](#destination): integer | `0`
- [`maxInboundConnections`](#maxinboundconnections): integer | `0`
- [`localConnectTimeoutMs`](#localconnecttimeoutms): integer | `0`
- [`localRequestTiimeoutMs`](#localrequesttimeoutms): integer | `0`
- [`localRequestTimeoutMs`](#localrequesttimeoutms): integer | `0`
- [`meshGateway`](#meshgateway): map | no default
- [`mode`](#meshgateway): string | no default
- [`externalSNI`](#externalsni): string | no default
@ -2033,4 +2033,4 @@ Reading a `service-defaults` config entry requires `service:read` on the resourc
Creating, updating, or deleting a `service-defaults` config entry requires
`service:write` on the resource.
-->
-->