We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbd20c5 + d7f0482 commit 81a0cc1Copy full SHA for 81a0cc1
packages/graphql-playground-electron/src/main/updates.ts
@@ -61,7 +61,7 @@ const startAppUpdates = () => {
61
autoUpdater.on('update-downloaded', () => {
62
log.info('Update downloaded')
63
const buttonIndex = dialog.showMessageBox({
64
- message: `Update downlaoded. Install now?`,
+ message: `Update downloaded. Install now?`,
65
buttons: ['Install Update & Restart', 'Later'],
66
})
67
if (buttonIndex === 0) {
0 commit comments