Skip to content

Commit

Permalink
Merge pull request #170 from codler/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
taylorotwell committed Nov 21, 2011
2 parents 01a4efa + ab5181e commit 1746dbd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions laravel/validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ protected function validate_unique($attribute, $value, $parameters)
}

/**
* Validate than an attribute is a valid e-mail address.
* Validate that an attribute is a valid e-mail address.
*
* @param string $attribute
* @param mixed $value
Expand All @@ -406,7 +406,7 @@ protected function validate_email($attribute, $value)
}

/**
* Validate than an attribute is a valid URL.
* Validate that an attribute is a valid URL.
*
* @param string $attribute
* @param mixed $value
Expand Down Expand Up @@ -444,7 +444,7 @@ protected function validate_image($attribute, $value)
}

/**
* Validate than an attribute contains only alphabetic characters.
* Validate that an attribute contains only alphabetic characters.
*
* @param string $attribute
* @param mixed $value
Expand All @@ -456,7 +456,7 @@ protected function validate_alpha($attribute, $value)
}

/**
* Validate than an attribute contains only alpha-numeric characters.
* Validate that an attribute contains only alpha-numeric characters.
*
* @param string $attribute
* @param mixed $value
Expand All @@ -468,7 +468,7 @@ protected function validate_alpha_num($attribute, $value)
}

/**
* Validate than an attribute contains only alpha-numeric characters, dashes, and underscores.
* Validate that an attribute contains only alpha-numeric characters, dashes, and underscores.
*
* @param string $attribute
* @param mixed $value
Expand Down

0 comments on commit 1746dbd

Please sign in to comment.