fix: syntax issue

This commit is contained in:
Mike Wickett 2021-03-11 17:05:21 -05:00
parent b3f1cafed3
commit e450ab5540
1 changed files with 2 additions and 2 deletions

View File

@ -651,11 +651,11 @@ and configure default certificates for mutual TLS. Also override the SNI and CA
{
name: 'Services',
type: 'array<LinkedService>: <optional>',
description: 'A list of services to link
description: `A list of services to link
with the gateway. The gateway will proxy traffic to these services. These linked services
must be registered with Consul for the gateway to discover their addresses. They must also
be registered in the same Consul datacenter as the terminating gateway. If Consul ACLs are
enabled, the Terminatig Gateway's ACL token must grant `service:write` for all linked services.',
enabled, the Terminating Gateway's ACL token must grant <code>service:write</code> for all linked services.`,
children: [
{
name: 'Name',