docs: fix getStoragePath return type (#35294)

Fixes #35255

Co-authored-by: Samuel Attard <sam@electronjs.org>
This commit is contained in:
trop[bot]
2022-08-15 09:47:01 +09:00
committed by GitHub
parent 58981b69b1
commit 3c71a812c3

View File

@@ -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