Browse Source

docs: fix getStoragePath return type (#35294)

Fixes #35255

Co-authored-by: Samuel Attard <[email protected]>
trop[bot] 2 years ago
parent
commit
3c71a812c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/session.md

+ 1 - 1
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