doc: backport typo and grammar fixes to 9.0.x (from #14179) #14185
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.
Summary
Backport of #14179 to the
9.0.xbranch, as requested by @webknjaz.This cherry-picks the documentation typo and grammar fixes from the original PR, covering ~75 fixes across 36 files (how-to guides, reference docs, examples, explanations, and project root files).
Conflict resolution
The automated patchback failed due to three conflicts, resolved as follows:
changelog/13963.bugfix.rst: Removed — this changelog entry was already consumed into a release on 9.0.xdoc/en/deprecations.rst: Dropped changes toconfig.inicfgandparametrize-iteratorssections which don't exist on 9.0.x (added after the branch point)doc/en/how-to/fixtures.rst: Kept the grammar fixes ("In a relatively large test suite..." and "for a certain test directory level")Cherry-pick of b2310f2.