diff --git a/src/Components/Forms/Inputs/Tel.php b/src/Components/Forms/Inputs/Tel.php index d5e136ad..f8a4a17f 100644 --- a/src/Components/Forms/Inputs/Tel.php +++ b/src/Components/Forms/Inputs/Tel.php @@ -37,7 +37,7 @@ class Tel extends Component use SizeAttribute; /** - * The specific attributes for the Search component + * The specific attributes for the Tel component */ private AttributeCollection $specificAttributes; diff --git a/src/Components/Forms/Inputs/Text.php b/src/Components/Forms/Inputs/Text.php index da7ad17d..a8bfbf37 100644 --- a/src/Components/Forms/Inputs/Text.php +++ b/src/Components/Forms/Inputs/Text.php @@ -37,7 +37,7 @@ class Text extends Component use SizeAttribute; /** - * The specific attributes for the Search component + * The specific attributes for the Text component */ private AttributeCollection $specificAttributes; diff --git a/src/Components/Forms/Inputs/Url.php b/src/Components/Forms/Inputs/Url.php index 667d246f..27a21fa9 100644 --- a/src/Components/Forms/Inputs/Url.php +++ b/src/Components/Forms/Inputs/Url.php @@ -37,7 +37,7 @@ class Url extends Component use SizeAttribute; /** - * The specific attributes for the Search component + * The specific attributes for the Url component */ private AttributeCollection $specificAttributes;