Skip to content

Commit f63402a

Browse files
authored
Update content/en/synthetics/notifications/template_variables.md
1 parent f720bb9 commit f63402a

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
@@ -567,7 +567,7 @@ Use the step's unique identifier:
567567
Combine any reference method with a property:
568568

569569
- `{{synthetics.attributes.result.steps.-1.status}}` - Status of the last step
570-
- `{synthetics.attributes.result.steps[Click button].status}}` - Status of the step named "Click button"
570+
- `{{synthetics.attributes.result.steps[Click button].status}}` - Status of the step named "Click button"
571571
- `{{synthetics.attributes.result.steps.abc-def-ghi.status}}` - Status of the step with step ID "abc-def-ghi"
572572

573573
## Further Reading

0 commit comments

Comments
 (0)