Skip to content

Commit

Permalink
docs: update validation result (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakusuno committed Oct 24, 2023
1 parent ff47e54 commit 5d33b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/validation-result.md
Expand Up @@ -110,7 +110,7 @@ Its default is [`ValidationError`](#validationerror), which can be changed by us
isEmpty(): boolean
```

Returns whether the request contains validation errors, and thefore whether it's valid or not.
Returns whether the request contains validation errors, and therefore whether it's valid or not.

### `.formatWith()`

Expand Down
Expand Up @@ -110,7 +110,7 @@ Its default is [`ValidationError`](#validationerror), which can be changed by us
isEmpty(): boolean
```

Returns whether the request contains validation errors, and thefore whether it's valid or not.
Returns whether the request contains validation errors, and therefore whether it's valid or not.

### `.formatWith()`

Expand Down

0 comments on commit 5d33b8c

Please sign in to comment.