Skip to content

Commit

Permalink
Fix typo (#17198)
Browse files Browse the repository at this point in the history
servcies => services
  • Loading branch information
evanphx authored Jul 1, 2023
1 parent df85dd8 commit dc6ea1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]}>

Expand Down

0 comments on commit dc6ea1b

Please sign in to comment.