1
0
Fork 0

Fixed typo.

This commit is contained in:
Alan Plum 2014-07-09 10:19:07 +02:00
parent 2711ee88e4
commit a06a1bcb29
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ var person = new PersonModel({
});
person.attributes // => { name: "Pete", admin: true, active: true }
person.errors // {admin: [ValidationError: value is not allowed]}
person.errors // => {admin: [ValidationError: value is not allowed]}
```
!SUBSECTION Extend