Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LrxGaelle committed Dec 12, 2023
1 parent 871d107 commit bb2019a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/web/views/Components/Input/props-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default [
"error",
"Boolean",
"false",
"Use this boolean to check if your input is bad.",
"Use this boolean to check if your input is incorrect.",
],
[
"errorMessage",
Expand Down Expand Up @@ -53,7 +53,7 @@ export default [
"success",
"Boolean",
"false",
"Use this boolean to check if your input is good.",
"Use this boolean to check if your input is correct.",
],
[
"successMessage",
Expand Down
4 changes: 2 additions & 2 deletions src/web/views/Components/Input/props-outlined-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default [
"error",
"Boolean",
"false",
"Use this boolean to check if your input is bad.",
"Use this boolean to check if your input is incorrect.",
],
[
"errorMessage",
Expand Down Expand Up @@ -77,7 +77,7 @@ export default [
"success",
"Boolean",
"false",
"Use this boolean to check if your input is good.",
"Use this boolean to check if your input is correct.",
],
[
"successMessage",
Expand Down

0 comments on commit bb2019a

Please sign in to comment.