Merge pull request #5178 from hashicorp/blalor-patch-1

Oxford comma in variable interpolation summary
This commit is contained in:
Preetha 2019-01-10 16:11:18 -06:00 committed by GitHub
commit 67c37623f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ description: |-
# Variable Interpolation
Nomad supports interpreting two classes of variables, node attributes and
Nomad supports interpreting two classes of variables: node attributes and
runtime environment variables. Node attributes are interpretable in constraints,
task environment variables and certain driver fields. Runtime environment
task environment variables, and certain driver fields. Runtime environment
variables are not interpretable in constraints because they are only defined
once the scheduler has placed them on a particular node.