Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Fixed a spelling error
Browse files Browse the repository at this point in the history
Following the "Improvement Kata", making small improvements will significantly impact a project positively over time. In this case it's fixing just a typo.
  • Loading branch information
DragonBe committed Apr 14, 2019
1 parent 978cdfb commit e633fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/book/validators/identical.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ this validator with a `Traversable` object.

There is a case which you should be aware of. If you are using an array as
token, and it contains a `token` key, you should wrap it within another
`token` key. See the examples below to undestand this situation.
`token` key. See the examples below to understand this situation.

```php
// This will not validate ['token' => 123], it will actually validate the
Expand Down

0 comments on commit e633fe6

Please sign in to comment.