docs: fix 'Allows to' grammar in about_Arrays ForEach/Where - #13285
Sean Wheeler (sdwheeler) merged 2 commits into
Conversation
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 |
There was a problem hiding this comment.
🟢 Approval recommended
The scoped documentation changes have no unresolved review issues.
Pull request overview
Corrects grammar in the PowerShell 7.6 about_Arrays documentation.
Changes:
- Updates
ForEach()andWhere()descriptions to use “Allows you to”.
File summaries
| File | Description |
|---|---|
reference/7.6/Microsoft.PowerShell.Core/About/about_Arrays.md |
Corrects grammar in array method descriptions. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Learn Build status updates of commit 8a012b2: ✅ Validation status: passed
For more details, please refer to the build report. |
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 27906a9: ✅ Validation status: passed
For more details, please refer to the build report. |
PR Summary
Fix grammar in
about_ArraysForEach()/Where() method descriptions for PowerShell 7.6:Allows to iterate→Allows you to iterateAllows to filter→Allows you to filterPR Checklist