Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos across the codebase #1231

Merged
merged 22 commits into from
Jan 18, 2024
Merged
Prev Previous commit
spelling: whoops
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Jan 18, 2024
commit 6cc446f440d99d72dd3de140e5c6ead64bc79940
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