Skip to content

Commit

Permalink
Merge pull request laravel#1519 from antonybudianto/patch-7
Browse files Browse the repository at this point in the history
Typo Validation class
  • Loading branch information
taylorotwell committed Jun 6, 2015
2 parents b1ffea8 + c4605ef commit 5a7f055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a name="basic-usage"></a>
## Basic Usage

Laravel ships with a simple, convenient facility for validating data and retrieving validation error messages via the `Validation` class.
Laravel ships with a simple, convenient facility for validating data and retrieving validation error messages via the `Validator` class.

#### Basic Validation Example

Expand Down

0 comments on commit 5a7f055

Please sign in to comment.