Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #115 from jkusachi/master
Browse files Browse the repository at this point in the history
README typofix`valueOf`=> `valuesOf`
  • Loading branch information
paularmstrong committed May 27, 2016
2 parents 66bfee4 + 3e6fd75 commit f80b831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ group.define({
});
```

A `unionOf` schema can also be combined with `arrayOf` and `valueOf` with the same behavior as each supplied with the `schemaAttribute` option.
A `unionOf` schema can also be combined with `arrayOf` and `valuesOf` with the same behavior as each supplied with the `schemaAttribute` option.

```javascript
const group = new Schema('groups');
Expand Down

0 comments on commit f80b831

Please sign in to comment.