diff --git a/website/content/docs/job-specification/constraint.mdx b/website/content/docs/job-specification/constraint.mdx index 82c0c55ef..3f2f947f5 100644 --- a/website/content/docs/job-specification/constraint.mdx +++ b/website/content/docs/job-specification/constraint.mdx @@ -151,7 +151,7 @@ constraint { ```hcl constraint { distinct_property = "${meta.rack}" - value = "3" + value = "3" } ``` @@ -261,7 +261,7 @@ more than 2 instances of the task group. ```hcl constraint { distinct_property = "${meta.rack}" - value = "2" + value = "2" } ```