diff --git a/source/import_documentation/Components/Solid-Form.rst b/source/import_documentation/Components/Solid-Form.rst
index c909459336b2b72fec10e8a949e7908f99e276a2..0dc68bdb5b37ac943ba310ea1735bd24d043863a 100644
--- a/source/import_documentation/Components/Solid-Form.rst
+++ b/source/import_documentation/Components/Solid-Form.rst
@@ -132,14 +132,14 @@ Attributes
    *Available from version 0.16*
 
    Add this attribute for the field ``[field]`` to define the maximum number of characters that can be typed.
-   It works only with ``<input type="text">``, ``solid-form-email`` or ``solid-form-password`` and ``solid-form-textarea`` widgets.
+   It works only with ``solid-form-text``, ``solid-form-email`` or ``solid-form-password`` and ``solid-form-textarea`` widgets.
 
 ``minlength-[field]``
 ~~~~~~~~~~~~~~~~~~~~~
    *Available from version 0.16*
 
    Add this attribute for the field ``[field]`` to define the minimum number of characters that can be typed.
-   It works only with ``<input type="text">``, ``solid-form-email`` or ``solid-form-password`` and ``solid-form-textarea`` widgets.
+   It works only with ``solid-form-text``, ``solid-form-email`` or ``solid-form-password`` and ``solid-form-textarea`` widgets.
 
 Widgets
 -------