Skip to content

Commit

Permalink
Merge pull request #12 from prezly/mohammadxali-patch-1
Browse files Browse the repository at this point in the history
Fix small typos in the readme
  • Loading branch information
e1himself authored Jan 1, 2025
2 parents 5b0f335 + 4ab5ad8 commit e67e4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function MyApp() {

async function handleDeleteAccount() {
if (await confirmation.invoke()) {
console.log('Conirmed');
console.log('Confirmed');
} else {
console.log('Cancelled');
}
Expand Down

0 comments on commit e67e4d5

Please sign in to comment.