backport of commit f6df37444b (#17994)

Co-authored-by: Evan Phoenix <evan@phx.io>
pull/18008/head
hc-github-team-consul-core 2023-06-30 21:15:30 -05:00 committed by GitHub
parent 0a465dd0d2
commit 3011885ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ String value that specifies the namespace in which to register the service. Refe
## Multiple service definitions
You can define multiple services in a single definition file in the `servcies` block. This enables you register multiple services in a single command. Note that the HTTP API does not support the `services` block.
You can define multiple services in a single definition file in the `services` block. This enables you register multiple services in a single command. Note that the HTTP API does not support the `services` block.
<CodeTabs tabs={[ "HCL", "JSON" ]}>