Skip to content

Commit 420ef88

Browse files
authored
Fix AvoidLongLines documentation example (#1554)
1 parent 8c5a638 commit 420ef88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RuleDocumentation/AvoidLongLines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Lines should be no longer than a configured number of characters (default: 120),
1414
Rules = @{
1515
PSAvoidLongLines = @{
1616
Enable = $true
17-
LineLength = 120
17+
MaximumLineLength = 120
1818
}
1919
}
2020
```

0 commit comments

Comments
 (0)