diff --git a/docs/input/widgets/panel.md b/docs/input/widgets/panel.md index 745d7e6d0..bffcffb58 100644 --- a/docs/input/widgets/panel.md +++ b/docs/input/widgets/panel.md @@ -12,7 +12,7 @@ The `Panel` widget can be used to organize text into a rendered box. ## Usage -To render a table, create a `Table` instance, passing a string to its constructor to assign the contents. +To render a panel, create a `Panel` instance, passing a string to its constructor to assign the contents. ```csharp var panel = new Panel("Hello World"); @@ -58,4 +58,4 @@ is long in length may get truncated with certain content. ```csharp // Sets the expand property panel.Expand = true; -``` \ No newline at end of file +```