Skip to content

Commit 0e5f9cf

Browse files
committed
1 parent 4dda9e8 commit 0e5f9cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,13 +804,13 @@ $validation = $validator->validate($inputs, [
804804
</details>
805805

806806
<details><summary><strong>integer</strong></summary>
807-
The field under t rule must be integer.
807+
The field under this rule must be integer.
808808

809809
</details>
810810

811811
<details><summary><strong>boolean</strong></summary>
812812

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

815815
</details>
816816

0 commit comments

Comments
 (0)