Skip to content

Commit ce0f188

Browse files
committed
fix typo
1 parent aa1259e commit ce0f188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-popover-container/lib/uui-popover-container.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ It is also a native popover. So everything descriped in the **[Popover documenta
7575
## Manual popover
7676

7777
By default, popovers have a feature known as "light dismiss," which causes them to close if you click outside the popover.
78-
However, you have the option to alter this behavior using the `popover` attribute. The `popover` attribute offers two possible values: `auto` and `manual`. ¨
78+
However, you have the option to alter this behavior using the `popover` attribute. The `popover` attribute offers two possible values: `auto` and `manual`.
7979
If you omit a value, it will automatically default to `auto`. Essentially, using `popover` is the same as using `popover="auto"`.
8080

8181
When you set the value to `manual`, the "light dismiss" functionality is disabled.

0 commit comments

Comments
 (0)