Skip to content

Commit c616741

Browse files
authored
Merge pull request #129 from schaafm/main
Update README.MD
2 parents 061c242 + 065e975 commit c616741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Similar to checking a forms validity, you can check individual fields too.
236236
v.isFieldValid(document.getElementById('field'))
237237
```
238238

239-
By default it will try to validate the form surrounding the field, before returning whether the field is valid. This can be disabled by setting the `prevalidate` parameter like so:
239+
By default it will try to validate the field, before returning whether the field is valid. This can be disabled by setting the `prevalidate` parameter like so:
240240

241241
```ts
242242
v.isFieldValid(document.getElementById('field'), false)

0 commit comments

Comments
 (0)