mirror of https://gitee.com/bigwinds/arangodb
Fixed typo.
This commit is contained in:
parent
2711ee88e4
commit
a06a1bcb29
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue