Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo forms_and_data_handling.md #28543

Merged
merged 1 commit into from
Aug 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading