Skip to content

Commit 89e20c7

Browse files
Update content/security/csrf.md
1 parent 7910584 commit 89e20c7

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
@@ -38,4 +38,4 @@ import fastifyCsrf from 'fastify-csrf';
3838
app.register(fastifyCsrf);
3939
```
4040

41-
> warning **Warning** As explained on the [`fastify-csrf` docs](https://github.com/fastify/fastify-csrf#usage), this plugin requires some storage plugin to be initialized first. Please, see that documentation for further instructions.
41+
> warning **Warning** As explained in the `fastify-csrf` docs [here](https://github.com/fastify/fastify-csrf#usage), this plugin requires a storage plugin to be initialized first. Please, see that documentation for further instructions.

0 commit comments

Comments
 (0)