Skip to content

Commit

Permalink
docs: fix typo cionflict > conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtfurbush authored Apr 2, 2024
1 parent 14c1f0e commit 5b56070
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 @@ -158,7 +158,7 @@ app.get("/secret-stuff", doubleCsrfProtection, myProtectedRoute);

<h3>Sessions</h3>

<p>If you plan on using <code>express-session</code> then please ensure your <code>cookie-parser</code> middleware is registered <b>after</b> <code>express-session</code>, as express session parses it's own cookies and may cionflict.</p>
<p>If you plan on using <code>express-session</code> then please ensure your <code>cookie-parser</code> middleware is registered <b>after</b> <code>express-session</code>, as express session parses it's own cookies and may conflict.</p>

<h2>Using asynchronously</h2>

Expand Down

0 comments on commit 5b56070

Please sign in to comment.