From bac8da702b0e76f0dbd4ad965d3475a23eb5ed8a Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 9 Jun 2020 20:15:48 -0400 Subject: [PATCH] Why not be ready --- src/components/tooltip/tooltip.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tooltip/tooltip.tsx b/src/components/tooltip/tooltip.tsx index 8eb2b1c9..a1828fe3 100644 --- a/src/components/tooltip/tooltip.tsx +++ b/src/components/tooltip/tooltip.tsx @@ -5,7 +5,7 @@ let id = 0; /** * @since 1.0.0 - * @status experimental + * @status ready * * @slot - The tooltip's content. */