Fix a typo in the text template documentation (#3358)

This commit is contained in:
guillempages 2023-11-12 02:02:43 +01:00 committed by Jesse Hills
parent fe56f9c771
commit fae904363a
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ using :ref:`lambdas <config-lambda>`.
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 <config-lambda>`):
Lambda to be evaluated every update interval to get the current value of the text.