diff --git a/docs/_docs/collections.md b/docs/_docs/collections.md
index 43ff533f..6114e08e 100644
--- a/docs/_docs/collections.md
+++ b/docs/_docs/collections.md
@@ -310,7 +310,7 @@ you specified in your `_config.yml` (if present) and the following information:
when iterating through site.collections
as you may need to
filter it out.
You may wish to use filters to find your collection:
- {{ site.collections | where: "label", "myCollection" | first }}
{% raw %}{{ site.collections | where: "label", "myCollection" | first }}{% endraw %}