Fixes #13246 - Sync typo fixes - #13252
Conversation
There was a problem hiding this comment.
Pull request overview
This PR synchronizes small documentation typo/formatting fixes across multiple versioned PowerShell reference topics (About/about_PSItem and Clear-History) to keep the published docs consistent.
Changes:
- Fixes inline-code typos for
$PSItemand spacing around “cmdlet” inabout_PSItem. - Wraps long SYNTAX lines and improves line breaks around a few “For more information…” references in
Clear-History. - Applies the same edits across multiple version folders (5.1, 7.4, 7.5, 7.6, 7.7) for consistency.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| reference/7.7/Microsoft.PowerShell.Core/About/about_PSItem.md | Fixes inline-code formatting for $PSItem and spacing in a bullet item. |
| reference/7.6/Microsoft.PowerShell.Core/Clear-History.md | Wraps SYNTAX and reflows long “For more information…” lines. |
| reference/7.5/Microsoft.PowerShell.Core/Clear-History.md | Wraps SYNTAX and reflows an end-of-article “For more information…” line. |
| reference/7.5/Microsoft.PowerShell.Core/About/about_PSItem.md | Fixes inline-code formatting for $PSItem and spacing in a bullet item. |
| reference/7.4/Microsoft.PowerShell.Core/Clear-History.md | Wraps SYNTAX and reflows long “For more information…” lines. |
| reference/7.4/Microsoft.PowerShell.Core/About/about_PSItem.md | Fixes inline-code formatting for $PSItem and spacing in a bullet item. |
| reference/5.1/Microsoft.PowerShell.Core/Clear-History.md | Wraps SYNTAX and reflows long “For more information…” lines. |
| reference/5.1/Microsoft.PowerShell.Core/About/about_PSItem.md | Fixes inline-code formatting for $PSItem and spacing in a bullet item. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 36c5f6b: ✅ Validation status: passed
For more details, please refer to the build report. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 9c2fb83: ✅ Validation status: passed
For more details, please refer to the build report. |
PR Summary
Sync typo fixes
PR Checklist