diff --git a/docs/_docs/collections.md b/docs/_docs/collections.md
index fa82e096..43ff533f 100644
--- a/docs/_docs/collections.md
+++ b/docs/_docs/collections.md
@@ -309,6 +309,8 @@ you specified in your `_config.yml` (if present) and the following information:
you have a _posts
directory or not. This is something to note
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 }}