diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 7117294db66..ec6c535fe9c 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -470,7 +470,7 @@ The same thing can also be expressed as a test: {% raw %} ```text -{{ floor() }} # ['floor_id'] +{{ floors() }} # ['floor_id'] ``` ```text