diff --git a/docs/guide/widgets.md b/docs/guide/widgets.md index 6143ce874..d30e30c96 100644 --- a/docs/guide/widgets.md +++ b/docs/guide/widgets.md @@ -191,7 +191,7 @@ Let's modify the default width for the fizzbuzz example. By default, the table w ```{.textual path="docs/examples/guide/widgets/fizzbuzz02.py"} ``` -Note that we've added `expand=True` to tell the Table to expand beyond the optimal width, so that it fills the 50 characters returned by `get_content_width`. +Note that we've added `expand=True` to tell the `Table` to expand beyond the optimal width, so that it fills the 50 characters returned by `get_content_width`. ## Compound widgets