Skip to content

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 schetle committed Aug 18, 2022
1 parent ed9a10a commit 5ee4ced
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 5ee4ced

Please sign in to comment.