Skip to content

Commit

Permalink
[docs] fixed typo (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
lonix1 committed Sep 9, 2022
1 parent e96a821 commit af9f5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/input/widgets/tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ AnsiConsole.Write(root);
## Collapsing nodes

```csharp
root.AddNode("Label").Collapsed();
root.AddNode("Label").Collapse();
```

## Appearance
Expand Down

0 comments on commit af9f5ea

Please sign in to comment.