Skip to content

Commit

Permalink
📝 update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anhle committed Jul 11, 2021
1 parent a36dff1 commit 5a29427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ const { result } = useValidate(data, rules, options);
If you want the `$touch` method to be called along with the `$test` method, use the `autoTouch` option.

```js
const options = reactive({ autoTouch: true });
const options = reactive({ touchOnTest: true });

const { result } = useValidate(data, rules, options);
```
Expand Down

0 comments on commit 5a29427

Please sign in to comment.