Skip to content

Commit

Permalink
fix typo forms_and_data_handling.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudidal authored Aug 1, 2024
1 parent 2d21653 commit 6af06aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeJS/express/forms_and_data_handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ What if we want to search for a specific user in a list of thousands? We'll need

#### Further Reading

- This article expands on [what sanitizing and escaping means, and how thy can help further secure your web applications](https://blog.presidentbeef.com/blog/2020/01/14/injection-prevention-sanitizing-vs-escaping/).
- This article expands on [what sanitizing and escaping means, and how they can help further secure your web applications](https://blog.presidentbeef.com/blog/2020/01/14/injection-prevention-sanitizing-vs-escaping/).
- [express-validator](https://express-validator.github.io/docs/) contains the full documentation for `validator`, with some important sections being:
- [Getting Started with express-validator](https://express-validator.github.io/docs/guides/getting-started)
- [Validation Chains](https://express-validator.github.io/docs/guides/validation-chain)
Expand Down

0 comments on commit 6af06aa

Please sign in to comment.