Skip to content

Commit

Permalink
spelling: whoops
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Jan 18, 2024
1 parent 316f1e1 commit 6cc446f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ name = UI.input("What's your name? ")
if UI.confirm("Are you '#{name}'?")
UI.success "Oh yeah"
else
UI.error "Wups, invalid"
UI.error "Whoops, invalid"
end

UI.password("Your password please: ") # password inputs are hidden
Expand Down

0 comments on commit 6cc446f

Please sign in to comment.