Skip to content

Commit 5300c20

Browse files
committed
Fixed a grammar error
1 parent ec3f769 commit 5300c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/csrf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ user attempts to make your legitimate users unknowingly submit data that
99
they don't intend to submit.
1010

1111
CSRF protection works by adding a hidden field to your form that contains a
12-
value that only you and your user knows. This ensures that the user - not some
12+
value that only you and your user know. This ensures that the user - not some
1313
other entity - is submitting the given data.
1414

1515
Before enabling the CSRF protection, install the CSRF support in your project

0 commit comments

Comments
 (0)