fix(docs): fix grammar errors in README, examples, and test comments#3011
Merged
mmodzelewski merged 3 commits intoapache:masterfrom Mar 23, 2026
Merged
fix(docs): fix grammar errors in README, examples, and test comments#3011mmodzelewski merged 3 commits intoapache:masterfrom
mmodzelewski merged 3 commits intoapache:masterfrom
Conversation
Contributor
|
@strbrgr CI failed due to PR title validation. Edit the title to something like: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3011 +/- ##
============================================
- Coverage 71.86% 71.83% -0.03%
Complexity 930 930
============================================
Files 1118 1118
Lines 92992 92992
Branches 70511 70511
============================================
- Hits 66828 66803 -25
- Misses 23607 23619 +12
- Partials 2557 2570 +13
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Contributor
Author
My bad thanks for catching that. I don't see an option to re-run the failed stage and don't want to just add a commit for no reason. Are you able to kick that off again? |
krishvishal
approved these changes
Mar 22, 2026
ryankert01
approved these changes
Mar 23, 2026
mmodzelewski
approved these changes
Mar 23, 2026
Member
mmodzelewski
left a comment
There was a problem hiding this comment.
Thanks @strbrgr for the contribution!
spetz
approved these changes
Mar 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Closes #3009
Rationale
Reading through the documentation I noticed a few misspellings and grammar errors.
What changed?
Changes only affect documentation via README's and comments within files. No change in core functionality.
Local Execution