Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Jul 3, 2022
1 parent 4dda9e8 commit 0e5f9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -804,13 +804,13 @@ $validation = $validator->validate($inputs, [
</details>

<details><summary><strong>integer</strong></summary>
The field under t rule must be integer.
The field under this rule must be integer.

</details>

<details><summary><strong>boolean</strong></summary>

The field under this rule must be boolean. Accepted input are `true`, `false`, `1`, `0`, `"1"`, and `"0"`.
The field under this rule must be boolean. Accepted input are `true`, `false`, `"true"`, `"false"`, `1`, `0`, `"0"`, `"1"`, `"y"`, `"n"`.

</details>

Expand Down

0 comments on commit 0e5f9cf

Please sign in to comment.