Skip to content

Commit

Permalink
docs: fix getStoragePath return type (#35294)
Browse files Browse the repository at this point in the history
Fixes #35255

Co-authored-by: Samuel Attard <sam@electronjs.org>
  • Loading branch information
trop[bot] and MarshallOfSound committed Aug 15, 2022
1 parent 58981b6 commit 3c71a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/session.md
Expand Up @@ -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
Expand Down

0 comments on commit 3c71a81

Please sign in to comment.