Skip to content

fix(docs): fix grammar errors in README, examples, and test comments#3011

Merged
mmodzelewski merged 3 commits intoapache:masterfrom
strbrgr:docs/fix-grammar-errors
Mar 23, 2026
Merged

fix(docs): fix grammar errors in README, examples, and test comments#3011
mmodzelewski merged 3 commits intoapache:masterfrom
strbrgr:docs/fix-grammar-errors

Conversation

@strbrgr
Copy link
Copy Markdown
Contributor

@strbrgr strbrgr commented Mar 22, 2026

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

  • Passed
  • Pre-commit hooks ran

@krishvishal
Copy link
Copy Markdown
Contributor

@strbrgr CI failed due to PR title validation.

Edit the title to something like:

docs: fix grammar errors in README, examples, and test comments

or

fix(docs): fix grammar errors in README, examples, and test comments

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.83%. Comparing base (d4a5287) to head (53e4a02).
⚠️ Report is 1 commits behind head on master.

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     
Flag Coverage Δ
rust 72.54% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 19 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@strbrgr strbrgr changed the title docs(comments): fix grammar errors in README, examples, and test comments fix(docs): fix grammar errors in README, examples, and test comments Mar 22, 2026
@strbrgr
Copy link
Copy Markdown
Contributor Author

strbrgr commented Mar 22, 2026

@strbrgr CI failed due to PR title validation.

Edit the title to something like:

docs: fix grammar errors in README, examples, and test comments

or

fix(docs): fix grammar errors in README, examples, and test comments

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?

Copy link
Copy Markdown
Member

@mmodzelewski mmodzelewski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @strbrgr for the contribution!

@mmodzelewski mmodzelewski merged commit 5cc7c37 into apache:master Mar 23, 2026
87 of 90 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: fix grammar errors in README, examples, and integration test comments

5 participants