Skip to content

Commit

Permalink
fix(README.md): there are some typos in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devhammed committed Aug 27, 2020
1 parent ff003a3 commit 1f951ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -803,13 +803,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 1f951ec

Please sign in to comment.