Skip to content
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 docs/canary/plugins/csrf.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: "Prevent Cross-Site Request Forgery with this middleware"
---

The `csrf()` middleware can be used to add safguard against
The `csrf()` middleware can be used to add safeguard against
[Cross-Site Request Forgery vulnerabilities](https://developer.mozilla.org/en-US/docs/Web/Security/Attacks/CSRF).
It checks if the user is allowed to load the requested URL based on the values
in the
Expand Down
Loading