Skip to content

Commit

Permalink
Merge pull request #101 from captDaylight/patch-1
Browse files Browse the repository at this point in the history
clarifying language.
  • Loading branch information
santiq authored Apr 12, 2021
2 parents 81b18ce + 56b5e93 commit b3d82c1
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 @@ -47,7 +47,7 @@ You can use Gitpod for the one click online setup. With a single click it will l

# API Validation

By using celebrate the req.body schema becomes clary defined at route level, so even frontend devs can read what an API endpoint expects without need to writting a documentation that can get outdated quickly.
By using [celebrate](https://github.com/arb/celebrate), the req.body schema becomes cleary defined at route level, so even frontend devs can read what an API endpoint expects without needing to write documentation that can get outdated quickly.

```js
route.post('/signup',
Expand Down

0 comments on commit b3d82c1

Please sign in to comment.