Skip to content

Commit 81a0cc1

Browse files
authored
Merge pull request #391 from jeroenvisser101/patch-1
Fix typo
2 parents cbd20c5 + d7f0482 commit 81a0cc1

File tree

1 file changed

+1
-1
lines changed
  • packages/graphql-playground-electron/src/main

1 file changed

+1
-1
lines changed

packages/graphql-playground-electron/src/main/updates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const startAppUpdates = () => {
6161
autoUpdater.on('update-downloaded', () => {
6262
log.info('Update downloaded')
6363
const buttonIndex = dialog.showMessageBox({
64-
message: `Update downlaoded. Install now?`,
64+
message: `Update downloaded. Install now?`,
6565
buttons: ['Install Update & Restart', 'Later'],
6666
})
6767
if (buttonIndex === 0) {

0 commit comments

Comments
 (0)