docs: Fix typo in description for server_addresses (#18838)

Change 'If not port' to 'If no port'.

Resolves #18553
This commit is contained in:
Blake Covarrubias 2023-09-18 10:14:41 -07:00 committed by GitHub
parent 4435e4a420
commit 17901acd4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ Refer to the [formatting specification](https://golang.org/pkg/time/#ParseDurati
- `server_addresses` (Defaults to `[]`) This specifies the addresses of servers in - `server_addresses` (Defaults to `[]`) This specifies the addresses of servers in
the local datacenter to use for the initial RPC. These addresses support the local datacenter to use for the initial RPC. These addresses support
[Cloud Auto-Joining](/consul/docs/agent/config/cli-flags#cloud-auto-joining) and can optionally include a port to [Cloud Auto-Joining](/consul/docs/agent/config/cli-flags#cloud-auto-joining) and can optionally include a port to
use when making the outbound connection. If not port is provided the `server_port` use when making the outbound connection. If no port is provided, the `server_port`
will be used. will be used.
- `dns_sans` (Defaults to `[]`) This is a list of extra DNS SANs to request in the - `dns_sans` (Defaults to `[]`) This is a list of extra DNS SANs to request in the