Skip to content

Commit

Permalink
Update electron-store.md (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkurukulasuriya committed Sep 8, 2022
1 parent ea3b2d9 commit baf87b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/electron-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ipcMain.on('electron-store-set', async (event, key, val) => {

Add the following type defs:

```ts title="src/renderer/App.tsx"
```ts title="src/renderer/preload.d.ts"
// ...

declare global {
Expand Down

0 comments on commit baf87b0

Please sign in to comment.