fix: typo

This commit is contained in:
duianto
2024-01-11 04:25:59 +01:00
committed by Thea Schöbl
parent 06b83f79ef
commit 8ed72fe958

View File

@@ -11,7 +11,7 @@
const dispatch = createEventDispatcher()
</script>
<h3>Type the following to confim the action</h3>
<h3>Type the following to confirm the action</h3>
<p>{challengeString}</p>
<input type="text" bind:value={challengeInput} placeholder={challengeString} />