Skip to content

Commit 7910584

Browse files
Update content/security/csrf.md
1 parent 94f92c3 commit 7910584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/security/csrf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Start by installing the required package:
1010
$ npm i --save csurf
1111
```
1212

13-
> warning **Warning** As explained on the [`csurf` docs](https://github.com/expressjs/csurf#csurf), this middleware requires either session middleware or `cookie-parser` to be initialized first. Please see that documentation for further instructions.
13+
> warning **Warning** As explained in the [`csurf` docs](https://github.com/expressjs/csurf#csurf), this middleware requires either session middleware or `cookie-parser` to be initialized first. Please see that documentation for further instructions.
1414
1515
Once the installation is complete, apply the `csurf` middleware as global middleware.
1616

0 commit comments

Comments
 (0)