From 7bee6f811d0c957d4827175f6cd417a324693953 Mon Sep 17 00:00:00 2001 From: Nobuo Kihara Date: Sat, 13 Dec 2014 13:50:33 +0900 Subject: [PATCH] docs/guide/input-validation.md - typo [ci skip] --- docs/guide/input-validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/input-validation.md b/docs/guide/input-validation.md index 5d0bd9a0ad..f34c41f895 100644 --- a/docs/guide/input-validation.md +++ b/docs/guide/input-validation.md @@ -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.