diff --git a/docs/_docs/variables.md b/docs/_docs/variables.md
index 059e092b..1d4e2091 100644
--- a/docs/_docs/variables.md
+++ b/docs/_docs/variables.md
@@ -339,7 +339,7 @@ following is a reference of the available data.
If you specify front matter in a layout, access that via layout
.
For example, if you specify class: full_page
- in a page’s front matter, that value will be available as
+ in a layout’s front matter, that value will be available as
layout.class
in the layout and its parents.