diff --git a/doc/reference/templates.md b/doc/reference/templates.md
index 73143d66..2e27812f 100644
--- a/doc/reference/templates.md
+++ b/doc/reference/templates.md
@@ -477,7 +477,7 @@ not work with other iterables, such as `Set`. However, it is only a matter of
using the `...` javascript operator. For example:
```xml
-...
+...
```
The `...` operator will convert the `Set` (or any other iterables) into a list,