Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed a small typo in the readme
  • Loading branch information
Joniii11 authored Oct 30, 2023
1 parent fe5170a commit 762ad39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const doubleCsrfUtilities = doubleCsrf({
sameSite = "lax", // Recommend you make this strict if posible
path = "/",
secure = true,
...remainingCOokieOptions // See cookieOptions below
...remainingCookieOptions // See cookieOptions below
},
size: 64, // The size of the generated tokens in bits
ignoredMethods: ["GET", "HEAD", "OPTIONS"], // A list of request methods that will not be protected.
Expand Down

0 comments on commit 762ad39

Please sign in to comment.