### Documentation Request Checklist - [x] I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md) - [x] I have searched for [related issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue) and [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20), but none matched my issue. - [x] I want to provide a PR to resolve this ### Overview - [ ] `"pass-on-failing-test-suite": "Not fail test run if tests were failed",` should be "Pass test run if only error is test failures" - [ ] `global: "List of allowed global variables",` should be "List allowed global variables" - [ ] `--parallel runs test files in a non-deterministic order, and is mutually exclusive with` should be "--parallel is mutually exclusive with" ### Additional Info I think we can bunch these three tiny fixups in one PR total :) Semver-major?
Documentation Request Checklist
faqlabel, but none matched my issue.Overview
"pass-on-failing-test-suite": "Not fail test run if tests were failed",should be "Pass test run if only error is test failures"global: "List of allowed global variables",should be "List allowed global variables"--parallel runs test files in a non-deterministic order, and is mutually exclusive withshould be "--parallel is mutually exclusive with"Additional Info
I think we can bunch these three tiny fixups in one PR total :)
Semver-major?