-
Notifications
You must be signed in to change notification settings - Fork 189
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 #3231
Fix typos #3231
Conversation
Dev -> Master for v3.0.0
Dev -> main
mev -> main for 3.0.1
Dev -> main for 3.0.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing!
@@ -969,7 +969,7 @@ def launch_web_builder(self): | |||
raise AssertionError('"api_url" not in web_response') | |||
if "web_url" not in web_response: | |||
raise AssertionError('"web_url" not in web_response') | |||
# DO NOT FIX THIS TYPO. Needs to stay in sync with the website. Maintaining for backwards compatability. | |||
# DO NOT FIX THIS TYPO. Needs to stay in sync with the website. Maintaining for backwards compatibility. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol, typo in a comment about not fixing a typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😅
Fixes typos in multiple different files.
I made sure to not change typos in code or tests where typos were intentional.
PR checklist
CHANGELOG.md
is updated