Skip to content

Commit

Permalink
mispell
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil committed Oct 13, 2014
1 parent 9bf33d1 commit e0fe914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ class CustomDocument extends \Sokil\Mongo\Document
```

You may create your own validator class, if you want to use validator in few classes.
Just extnd your class from abstract validator class \Sokil\Mongo\Validator and register your own validator namespace:
Just extend your class from abstract validator class \Sokil\Mongo\Validator and register your own validator namespace:

```php
namespace Vendor\Mongo\Validator;
Expand Down

0 comments on commit e0fe914

Please sign in to comment.