From 124082e72adbd9bd609227fc19d6f0c0e19ae2de Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Mon, 21 Feb 2022 13:57:28 -0500 Subject: [PATCH] preceding not preceeding --- source/_docs/automation/troubleshooting.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/troubleshooting.markdown b/source/_docs/automation/troubleshooting.markdown index 41d2e87f4d4..7ea1f9d73c2 100644 --- a/source/_docs/automation/troubleshooting.markdown +++ b/source/_docs/automation/troubleshooting.markdown @@ -40,6 +40,6 @@ It is also useful to go to **{% my server_controls title="Configuration -> Serve If your automation uses templates in any part, you can do the following to make sure it works as expected: 1. Go to **{% my developer_template title="Developer tools -> Template" %}** tab. -1. In your trace go through the steps preceeding the one with your template and copy what you need from the `changed variables` tabs into `Context data for template` in the Template tab. *Tip: `trigger` and `this` are set in the very first step* +1. In your trace go through the steps preceding the one with your template and copy what you need from the `changed variables` tabs into `Context data for template` in the Template tab. *Tip: `trigger` and `this` are set in the very first step* 1. Copy your template code and paste it in Template editor straight after your variables. 1. Change the template and (if necessary) sources' value until the template works as expected without errors.