Skip to content

Commit

Permalink
Fix typo in readme (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunal-mandalia authored Jan 22, 2024
1 parent bd40b39 commit d80fcac
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 @@ -56,7 +56,7 @@ let redisStore = new RedisStore({
prefix: "myapp:",
})

// Initialize sesssion storage.
// Initialize session storage.
app.use(
session({
store: redisStore,
Expand Down

0 comments on commit d80fcac

Please sign in to comment.