Minor Documentation Edits - #446
Open
s-moon wants to merge 10 commits into
Open
Conversation
Added "the" for readability.
Added "a" for readability.
Updated version reference.
Comma to colon.
"Passed" should be "passed".
Comma to semi-colon.
New sentence.
Changed for readability.
Added brackets.
fflaten
requested changes
Aug 13, 2026
| `Invoke-Pester` can then be used to run the tests in a given test file, and `-Output Detailed` can be used to show every test in the output, no matter if it passed or failed. Otherwise only failed tests, or whole files (when everything passed) are shown. | ||
|
|
||
| To learn more, for example how to run multiple test files in one run, continue to the [Usage](usage/file-placement-and-naming) section. | ||
| To learn more (for example how to run multiple test files in one run), continue to the [Usage](usage/file-placement-and-naming) section. |
Collaborator
There was a problem hiding this comment.
This reads worse for me. Anyone else?
Author
There was a problem hiding this comment.
On reflection, I guess this is just a stylistic thing. Both seem fine to me, now, and perhaps didn't need changing.
Collaborator
There was a problem hiding this comment.
👍 Not really a right or wrong, but a parenthesis shouldn't be the majority of a sentence imo.
Author
There was a problem hiding this comment.
@fflaten I would be more than happy to exclude this change. Is it possible for you to edit it out like you did the other commit so that it can be ignored? Is there a better/easier way?
Co-authored-by: Frode Flaten <3436158+fflaten@users.noreply.github.com>
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.
A small number of minor edits to the documentation to improve readability.