-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
issue-doc-bugIssue - error in documentationIssue - error in documentation
Description
Prerequisites
- Write a descriptive title.
- Search the existing issues.
- I am reporting the documentation problem for version of PowerShell I am using.
Version
5.1, 7.0, 7.1, 7.2, 7.3 (preview)
Link to affected document
Many files throughout the docs
Description of the documentation error
I ran the following command to find instances.
dir .\5.1\*.md -rec | select-string '\(.\)' | clipThere will be many false positives. You will need to look at the lines in-context withing the files to see if it should be changed.
Suggested fix
For example, 5.1\CimCmdlets\Remove-CimInstance.md line 198 has:
If the value specified contains double quotes ("), single quotes ('), or a backslash (\\), you must
It should be changed as follows:
If the value specified contains double quotes (`"`), single quotes (`'`), or a backslash (`\`), you must
Metadata
Metadata
Assignees
Labels
issue-doc-bugIssue - error in documentationIssue - error in documentation