Skip to content

Commit

Permalink
Merge branch 'validation-accepted-rules' into 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darronz committed Mar 31, 2015
2 parents ecd12ca + f6781d2 commit 38048aa
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 @@ -366,7 +366,7 @@ Below is a list of all available validation rules and their function:
<a name="rule-accepted"></a>
#### accepted

The field under validation must be _yes_, _on_, or _1_. This is useful for validating "Terms of Service" acceptance.
The field under validation must be _yes_, _on_, _1_, or _true_. This is useful for validating "Terms of Service" acceptance.

<a name="rule-active-url"></a>
#### active_url
Expand Down

0 comments on commit 38048aa

Please sign in to comment.