Verified Commit 0ebfc5e1 authored by Jakob Moser's avatar Jakob Moser
Browse files

Fix typo

parent d3beff58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ async function pressEnter() {
    // https://thewebdev.info/2021/05/02/how-to-programmatically-trigger-a-change-event-on-an-input-with-javascript/
    textarea.dispatchEvent(new Event("input"))

    // And waid until a prompt is shown (-> until the command is executed)
    // And wait until a prompt is shown (-> until the command is executed)
    await prompt()
}