From bd5fddfb12a91c6dd4fa1892760138b8530c4e9d Mon Sep 17 00:00:00 2001 From: gabrieljablonski Date: Tue, 31 Oct 2023 00:36:43 -0300 Subject: [PATCH] docs: typo --- docs/docs/examples/styling.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/examples/styling.mdx b/docs/docs/examples/styling.mdx index 31d0c10c..b4f1eec7 100644 --- a/docs/docs/examples/styling.mdx +++ b/docs/docs/examples/styling.mdx @@ -381,7 +381,7 @@ If you wish to change the delay for any of them, override the following CSS vari Do not set `--rt-transition-closing-delay` to `0`. Doing so will result in the tooltip component being stuck (but not visible) on the DOM. This isn't itself a problem, but may lead to performance issues. -Set to `1ms` or a similar value instead if you with to disable the fade-out transition when closing. +Set to `1ms` or a similar value if you want to disable the fade-out transition when closing. :::