From 1d95b98cc86a4b4ed757931fd38105b06e3e2556 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Tue, 9 Aug 2022 22:39:36 -0700 Subject: [PATCH] docs: fix getStoragePath return type (#35288) Fixes #35255 --- docs/api/session.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/session.md b/docs/api/session.md index ed8f895f165..f405d133ba5 100644 --- a/docs/api/session.md +++ b/docs/api/session.md @@ -1049,7 +1049,7 @@ is emitted. #### `ses.getStoragePath()` -A `string | null` indicating the absolute file system path where data for this +Returns `string | null` - The absolute file system path where data for this session is persisted on disk. For in memory sessions this returns `null`. ### Instance Properties