From 675c59278883cc132c3e5f67aedb568766ce6565 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 27 Nov 2024 22:34:35 +0900 Subject: [PATCH] docs: update markdown_viewer.md (#5295) Wether -> Whether --- docs/widgets/markdown_viewer.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/widgets/markdown_viewer.md b/docs/widgets/markdown_viewer.md index cb209b2801..dc92b7feee 100644 --- a/docs/widgets/markdown_viewer.md +++ b/docs/widgets/markdown_viewer.md @@ -29,9 +29,9 @@ The following example displays Markdown from a string and a Table of Contents. ## Reactive Attributes -| Name | Type | Default | Description | -| ------------------------ | ---- | ------- | ----------------------------------------------------------------- | -| `show_table_of_contents` | bool | True | Wether a Table of Contents should be displayed with the Markdown. | +| Name | Type | Default | Description | +| ------------------------ | ---- | ------- | ------------------------------------------------------------------ | +| `show_table_of_contents` | bool | True | Whether a Table of Contents should be displayed with the Markdown. | ## Messages