From d6159b241d6a7a6b6a0eef9571a166d30fba983d Mon Sep 17 00:00:00 2001 From: safwan olaimat Date: Sat, 15 Apr 2023 02:28:22 +0300 Subject: [PATCH] Fix Type "PopverPanel" in Popover --- src/routes/docs/popover.svx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/docs/popover.svx b/src/routes/docs/popover.svx index ef5488a..298ad1e 100644 --- a/src/routes/docs/popover.svx +++ b/src/routes/docs/popover.svx @@ -8,7 +8,7 @@ ## Basic example -Popovers are built using the `Popover`, `PopoverButton`, and `PopverPanel` components. +Popovers are built using the `Popover`, `PopoverButton`, and `PopoverPanel` components. Clicking the `PopoverButton` will automatically open/close the `PopoverPanel`. When the panel is open, clicking anywhere outside of its contents, pressing the Escape key, or tabbing away from it will close the `Popover`.