Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
docs: fix getStoragePath return type (electron#35288)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored and khalwa committed Feb 22, 2023
1 parent 53abd43 commit 7abcf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/session.md
Original file line number Diff line number Diff line change
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 7abcf21

Please sign in to comment.