Skip to content

Commit 197644e

Browse files
sdwheelerCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e8a87bb commit 197644e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Rules/AlignAssignmentStatement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ enum Enum {
150150

151151
#### IncludeValuelessEnumMembers: bool (Default value is `$true`)
152152

153-
Include enum members in the alignment that don't have an explicitly assigned value. Enum's don't
153+
Include enum members in the alignment that don't have an explicitly assigned value. Enums don't
154154
need to be given a value when they're defined.
155155

156156
Consider the following:

docs/Rules/UseConsistentParameterSetName.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The rule performs five different checks:
2424
1. **Case mismatch between DefaultParameterSetName and ParameterSetName** - Ensures consistent
2525
casing
2626
1. **Case mismatch between different ParameterSetName values** - Ensures all references to the same
27-
parameter set use identical casing
27+
parameter set use identical casing
2828
1. **Parameter set names containing newlines** - Warns against using newline characters in parameter
2929
set names
3030

0 commit comments

Comments
 (0)