Update syntax.mdx

"one label"
should be the singular form.
This commit is contained in:
zzhai 2021-01-25 00:13:02 -08:00 committed by Tim Gross
parent 5859ecd806
commit 899334f2f0
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ task "webserver" {
A block has a _type_ (`task` in this example). Each block type defines
how many _labels_ must follow the type keyword. The `task` block type
expects one labels, which is `webserver` in the example above.
expects one label, which is `webserver` in the example above.
A particular block type may have any number of required labels, or it may
require none as with the nested `config` block type.