mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 05:18:16 +08:00
Alignment => Justification Docs Fixes
This commit is contained in:
@ -34,7 +34,7 @@ You can also specify styles via extension methods:
|
||||
|
||||
```csharp
|
||||
var path = new TextPath("C:/This/Path/Is/Too/Long/To/Fit/In/The/Area.txt")
|
||||
.RightAligned();
|
||||
.RightJustified();
|
||||
```
|
||||
|
||||
## Styling
|
||||
|
Reference in New Issue
Block a user