Skip to content

Commit 57dd726

Browse files
dsocolobskydavidferguson
authored andcommitted
Fix a small typo. (#66)
1 parent f7ff486 commit 57dd726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pibakery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ function writeToSd () {
13571357
type: 'question',
13581358
buttons: ['Yes', 'No'],
13591359
title: 'Confirm Write',
1360-
message: 'You have selected to write to "' + name + '".\nWriting will permanently erase any exisitng contents on "' + name + '"\nDo you wish to continue?'
1360+
message: 'You have selected to write to "' + name + '".\nWriting will permanently erase any existing contents on "' + name + '"\nDo you wish to continue?'
13611361
})
13621362

13631363
if (choice == 0) {

0 commit comments

Comments
 (0)