Skip to content

Commit

Permalink
docs: fix missing apostrophe (#69427)
Browse files Browse the repository at this point in the history
  • Loading branch information
woutvanderploeg authored Aug 29, 2024
1 parent 38d1987 commit 7b93ec6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ While Middleware can be useful for initial checks, it should not be your only li
> **Tips**:
>
> - In Middleware, you can also read cookies using `req.cookies.get('session).value`.
> - In Middleware, you can also read cookies using `req.cookies.get('session').value`.
> - Middleware uses the [Edge Runtime](/docs/app/building-your-application/rendering/edge-and-nodejs-runtimes), check if your Auth library and session management library are compatible.
> - You can use the `matcher` property in the Middleware to specify which routes Middleware should run on. Although, for auth, it's recommended Middleware runs on all routes.
Expand Down

0 comments on commit 7b93ec6

Please # to comment.