Skip to content

Commit

Permalink
fix spelling in Readme.md (#6)
Browse files Browse the repository at this point in the history
fix spelling
  • Loading branch information
thatusualguy authored Oct 16, 2024
1 parent 4c11e45 commit 8911972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
val emailValidator = TextFieldValueValidator(
rules = listOf(Required, Email)
)
with(emailValiator) {
with(emailValidator) {
OutlinedTextField(
value = value,
onValueChange = ::onValueChange,
Expand Down

0 comments on commit 8911972

Please sign in to comment.