Skip to content

Commit fb96951

Browse files
authored
fix: typo in documentation (#187)
1 parent aa2ecf4 commit fb96951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ encrypting it, or use a server-side session instead.
2828

2929
**NOTE** This module does not prevent session replay, as the expiration set is that
3030
of the cookie only; if that is a concern of your application, you can store an expiration
31-
date in `req.session` object and validate it on the sever, and implement any other logic
31+
date in `req.session` object and validate it on the server, and implement any other logic
3232
to extend the session as your application needs.
3333

3434
## Install

0 commit comments

Comments
 (0)