Fix Type "PopverPanel" in Popover

This commit is contained in:
safwan olaimat
2023-04-15 02:28:22 +03:00
committed by Ryan Gossiaux
parent f431f89127
commit d6159b241d

View File

@@ -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`.