Skip to content

Commit d80fcac

Browse files
Fix typo in readme (#408)
1 parent bd40b39 commit d80fcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ let redisStore = new RedisStore({
5656
prefix: "myapp:",
5757
})
5858

59-
// Initialize sesssion storage.
59+
// Initialize session storage.
6060
app.use(
6161
session({
6262
store: redisStore,

0 commit comments

Comments
 (0)