Skip to content

Commit

Permalink
fix(docs): small typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Oct 29, 2024
1 parent 1279f7f commit 9830a91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In this chapter, you'll learn how to validate request body parameters in your cu

## Example Scenario

Consider you're creating a `POST` API route at `/custom`. It accepts two paramters `a` and `b` that are required numbers, and returns their sum.
Consider you're creating a `POST` API route at `/custom`. It accepts two parameters `a` and `b` that are required numbers, and returns their sum.

The next steps explain how to add validation to this API route, as an example.

Expand Down

0 comments on commit 9830a91

Please sign in to comment.