From 3fff892e17aaae2a885d76098aef577bed1d6fe4 Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Fri, 22 Nov 2024 22:24:48 +0100 Subject: [PATCH] Fix typo --- src/convenience/session.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/convenience/session.ts b/src/convenience/session.ts index 31cf322b..5d767116 100644 --- a/src/convenience/session.ts +++ b/src/convenience/session.ts @@ -119,7 +119,7 @@ export interface SessionOptions { */ 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