Skip to content

Commit

Permalink
Fix Rule widget docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszprasolek authored and patriksvensson committed Jul 16, 2023
1 parent 2af901a commit 813a53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/input/widgets/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can set the rule's title alignment.

```csharp
var rule = new Rule("[red]Hello[/]");
rule.Alignment = Justify.Left;
rule.Justification = Justify.Left;
AnsiConsole.Write(rule);
```

Expand Down

0 comments on commit 813a53c

Please sign in to comment.