From e79a3a9e19e603a970a3f3bc62888432d89055ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Dzurek?= Date: Wed, 21 Aug 2019 10:23:03 +0200 Subject: [PATCH] docs: ports docs missing paren fix (#6367) --- website/source/docs/install/ports.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/install/ports.html.md b/website/source/docs/install/ports.html.md index 6e3d0b240..212a9f5b1 100644 --- a/website/source/docs/install/ports.html.md +++ b/website/source/docs/install/ports.html.md @@ -25,7 +25,7 @@ Before running Consul, you should ensure the following bind ports are accessible | HTTPS: The HTTPs API | disabled (8501)* | | gRPC: The gRPC API | disabled (8502)* | | LAN Serf: The Serf LAN port (TCP and UDP) | 8301 | -| Wan Serf: The Serf WAN port TCP and UDP) | 8302 | +| Wan Serf: The Serf WAN port (TCP and UDP) | 8302 | | server: Server RPC address (TCP Only) | 8300 | | Sidecar Proxy Min: Inclusive min port number to use for automatically assigned sidecar service registrations. | 21000 | | Sidecar Proxy Max: Inclusive max port number to use for automatically assigned sidecar service registrations. | 21255 | @@ -57,4 +57,4 @@ are recommendations. **Server RPC** This is used by servers to handle incoming requests from other agents. -Note, the default ports can be changed in the [agent configuration](/docs/agent/options.html#ports). \ No newline at end of file +Note, the default ports can be changed in the [agent configuration](/docs/agent/options.html#ports).