From fae904363a64e4616ab8eac7fe8c55f7bd794d0c Mon Sep 17 00:00:00 2001 From: guillempages Date: Sun, 12 Nov 2023 02:02:43 +0100 Subject: [PATCH] Fix a typo in the text template documentation (#3358) --- components/text/template.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/text/template.rst b/components/text/template.rst index cb174bfdf..b0cde119f 100644 --- a/components/text/template.rst +++ b/components/text/template.rst @@ -22,7 +22,7 @@ using :ref:`lambdas `. Configuration variables: ------------------------ -- **min_lenngth** (**Required**, float): The minimum length this text can be. +- **min_length** (**Required**, float): The minimum length this text can be. - **max_length** (**Required**, float): The maximum length this text can be. - **lambda** (*Optional*, :ref:`lambda `): Lambda to be evaluated every update interval to get the current value of the text.