This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): correct validateSchema example
* Correct `validateSchema` example variable name The function gets a `value` argument but the body was referring to an `age` variable (which wouldn't exist here). It should test the `value` parameter (alternatively, rename the `value` argument to `age`). * Update README.md
- Loading branch information