From f183e072d1d273142a7e896f3bfb341cd24388c3 Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Mon, 19 Jan 2026 23:35:21 -0800 Subject: [PATCH] fix --- sdks/spec/src/_utilities.spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/spec/src/_utilities.spec.md b/sdks/spec/src/_utilities.spec.md index 8b22377e1..510b1a986 100644 --- a/sdks/spec/src/_utilities.spec.md +++ b/sdks/spec/src/_utilities.spec.md @@ -163,7 +163,7 @@ Many functions also accept a tokenStore parameter to override storage for that c TokenStoreInit is a union type representing the different ways to provide token storage: -``` +```ts TokenStoreInit = | "cookie" // [JS-ONLY] Browser cookies | "memory" // In-memory storage