Skip to content

Commit 670a6f3

Browse files
author
Dave Conway-Jones
committed
Update environment-variables.md
1 parent c7eaa9e commit 670a6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ let foo = env.get("FOO");
6666

6767
The `template` node can access environment variables using the syntax:
6868
```
69-
My favourite colour is {{env.COLOUR}}
69+
{% raw %}My favourite colour is {{env.COLOUR}}.{% endraw %}
7070
```
7171

7272
### Subflow Instance properties

0 commit comments

Comments
 (0)