diff --git a/components/tooltip/overview.md b/components/tooltip/overview.md
index 8317336add..f7cdc95d04 100644
--- a/components/tooltip/overview.md
+++ b/components/tooltip/overview.md
@@ -62,7 +62,7 @@ The Blazor Tooltip provides the following configuration parameters. Also check t
| --- | --- | --- |
| `Class` | `string` | Renders a custom CSS class to the `
` element, which is an ancestor (but not parent) of the `
` element. To improve accessibility and screen reader behavior, set the same string as Tooltip `Id` and `aria-described-by` attribute of all Tooltip targets. |
| `Position` | `TooltipPosition` enum
(`Top`) | Sets the [Tooltip popup direction](slug:tooltip-position), with regard to its target. |
| `ShowDelay` | `int`
(0) | The Tooltip opening delay in milliseconds. |