Skip to content

Commit c15e21e

Browse files
Editorial: Fix typo (#93)
1 parent e881b5b commit c15e21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,7 @@ <h4>
18621862
installButton.disabled = true;
18631863

18641864
// Show the prompt.
1865-
const { userChoice } = await event.prompt();
1865+
const userChoice = await event.prompt();
18661866
console.info(`user choice was: ${userChoice}`);
18671867
});
18681868
});

0 commit comments

Comments
 (0)