From 7a6aab10bb3695cfc47200af689520f64b579156 Mon Sep 17 00:00:00 2001 From: Nick Ethier Date: Thu, 7 Jan 2021 08:53:54 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Tim Gross --- website/content/docs/job-specification/service.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/job-specification/service.mdx b/website/content/docs/job-specification/service.mdx index 070757a05..b55752b63 100644 --- a/website/content/docs/job-specification/service.mdx +++ b/website/content/docs/job-specification/service.mdx @@ -106,8 +106,8 @@ Connect][connect] integration. service. The value of `port` depends on which [`address_mode`](#address_mode) is being used: - - `alloc` - Advertises the mapped to value of the labeled port and the allocation address. - If a `to` value is not set, the port fallsback to using the allocated host port. The `port` + - `alloc` - Advertise the mapped `to` value of the labeled port and the allocation address. + If a `to` value is not set, the port falls back to using the allocated host port. The `port` field may be a numeric port or a port label specified in the same group's network stanza. - `driver` - Advertise the port determined by the driver (e.g. Docker or rkt).