Skip to content

Commit fd1a198

Browse files
Update content/en/synthetics/notifications/template_variables.md
Co-authored-by: Alicia Thuerk <alicia.thuerk@datadoghq.com>
1 parent bb6b58c commit fd1a198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/synthetics/notifications/template_variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Applies to Multistep, Browser, and Mobile tests.
194194
Applies to Multistep, Browser, and Mobile tests.
195195

196196
`{{synthetics.failed_step}}`
197-
: The `failed_step` object provides a shortcut to the data for the step in `{{synthetics.attributes.result.steps}}` that caused the test to fail. For example, `{{synthetics.failed_step.name}}` maps to `{{synthetics.attributes.result.steps.<step-index>.name}}`, the failing steps name.
197+
: The `failed_step` object provides a shortcut to the data for the step in `{{synthetics.attributes.result.steps}}` that caused the test to fail. For example, `{{synthetics.failed_step.name}}` maps to `{{synthetics.attributes.result.steps.<step-index>.name}}`, the failing step's name.
198198

199199
{{% /tab %}}
200200
{{< /tabs >}}

0 commit comments

Comments
 (0)