Skip to content

Commit e83cad6

Browse files
committed
Fix docs example
1 parent fa6722a commit e83cad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ If you model provides a `validate` method, then this will be called when you cal
725725
```js
726726
//Schema definition:
727727
var schema = {
728-
name: { validators: ['required']
728+
name: { validators: ['required'] }
729729
}
730730

731731
var errors = form.commit();

0 commit comments

Comments
 (0)