Update syntax.mdx
"one label" should be the singular form.
This commit is contained in:
parent
5859ecd806
commit
899334f2f0
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue