Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KnorpelSenf authored Nov 22, 2024
1 parent 051801f commit 3fff892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convenience/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export interface SessionOptions<S, C extends Context = Context> {
*/
initial?: () => S;
/**
* A optional prefix to prepend to the session key after it was generated.
* An optional prefix to prepend to the session key after it was generated.
*
* This makes it easier to store session data under a namespace. You can
* technically achieve the same functionality by returning an already
Expand Down

0 comments on commit 3fff892

Please sign in to comment.