From 7d3cda21899a96aa8b91768e855821dcb9f9e16e Mon Sep 17 00:00:00 2001 From: kepath <35769141+kepath@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:25:08 +0100 Subject: [PATCH] Update templating.markdown (#32439) --- source/_docs/configuration/templating.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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