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

Commit f80b831

Browse files
committed
Merge pull request #115 from jkusachi/master
README typofix`valueOf`=> `valuesOf`
2 parents 66bfee4 + 3e6fd75 commit f80b831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ group.define({
403403
});
404404
```
405405

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

408408
```javascript
409409
const group = new Schema('groups');

0 commit comments

Comments
 (0)