Skip to content

Commit a320e72

Browse files
authored
Update docs/classic-ui/csrf.md
1 parent 6d8c3bd commit a320e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/csrf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def write_to_api_or_service(self):
8080

8181
## How to add a CSRF token to a link or form
8282

83-
To pass a token you need either to:
83+
To pass a CSRF token you need either to:
8484

8585
- pass an HTTP GET parameter name `_authenticator` with the token as the value,
8686
- include a form field named `_authenticator` with the token as the value and submit it with the form, or

0 commit comments

Comments
 (0)