From 2b39d613b7b38850d7575b58d75feb2212bfea24 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 26 May 2021 19:53:56 -0400 Subject: [PATCH] update docs --- src/components/tooltip/tooltip.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/tooltip/tooltip.ts b/src/components/tooltip/tooltip.ts index 7de2de515..cbe425a52 100644 --- a/src/components/tooltip/tooltip.ts +++ b/src/components/tooltip/tooltip.ts @@ -19,8 +19,8 @@ let id = 0; * @part base - The component's base wrapper. * * @customProperty --max-width - The maximum width of the tooltip. - * @customProperty --hide-delay - The amount of time to wait before hiding the tooltip (hover only). - * @customProperty --show-delay - The amount of time to wait before showing the tooltip (hover only). + * @customProperty --hide-delay - The amount of time to wait before hiding the tooltip when hovering. + * @customProperty --show-delay - The amount of time to wait before showing the tooltip when hovering. * * @animation tooltip.show - The animation to use when showing the tooltip. * @animation tooltip.hide - The animation to use when hiding the tooltip.