Merge pull request #6528 from softark/docs-guide-input-validations-fix

docs/guide/input-validation.md - typo [ci skip]
This commit is contained in:
Alexander Makarov
2014-12-15 16:39:02 +03:00

View File

@@ -49,7 +49,7 @@ of the following format:
[
// required, specifies which attributes should be validated by this rule.
// For a single attribute, you can use the attribute name directly
// without having it in an array instead of an array
// without having it in an array
['attribute1', 'attribute2', ...],
// required, specifies the type of this rule.