Skip to content

Commit

Permalink
Fix AvoidLongLines documentation example (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
floh96 authored Jul 26, 2020
1 parent 8c5a638 commit 420ef88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RuleDocumentation/AvoidLongLines.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Lines should be no longer than a configured number of characters (default: 120),
Rules = @{
PSAvoidLongLines = @{
Enable = $true
LineLength = 120
MaximumLineLength = 120
}
}
```
Expand Down

0 comments on commit 420ef88

Please sign in to comment.