From 7a015423faacc3e0ae64926bb10f00cf57035ab3 Mon Sep 17 00:00:00 2001 From: Lucas Granberg Date: Wed, 17 Aug 2016 11:43:44 +0300 Subject: [PATCH] Update index.md validationMessages should be validationMessage and as it is a object the keys need values. --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5282b2000..2dc715e03 100644 --- a/docs/index.md +++ b/docs/index.md @@ -413,8 +413,8 @@ Form [ { "key": "name", - "validationMessages": { - "userNameAlreadyTaken" + "validationMessage": { + "userNameAlreadyTaken": "Username is already taken" } } ]