-
Notifications
You must be signed in to change notification settings - Fork 665
Typo and grammar fixes #3970
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
Typo and grammar fixes #3970
Conversation
.gitlab-ci.yml
Outdated
|
|
||
| # We currently do not have unit tests implemented but this stage is written in anticipation of their future usage. | ||
| # When a stage name is preceeded with a '.' it's treated as "disabled" by GitLab and is not executed, so it's fine for it to be declared. | ||
| # When a stage name is proceeded with a '.' it's treated as "disabled" by GitLab and is not executed, so it's fine for it to be declared. |
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.
The proper correction here is preceded, not proceeded.
archinstall/tui/menu_item.py
Outdated
| if item.text.lower().startswith(pattern): | ||
| return 0 | ||
| return 1 | ||
|
|
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.
You have code from your other PR in here, it shouldn't be here :)
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.
Sorry I don't know how he got here, must have wandered in himself...
PR Description:
Various typo and grammar fixes across code base!
Tests and Checks