Skip to content

Commit

Permalink
docs(): fix typo in popover docs (#24318)
Browse files Browse the repository at this point in the history
  • Loading branch information
djakinho committed Dec 6, 2021
1 parent f7bd4c0 commit b083ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/popover/readme.md
Expand Up @@ -4,7 +4,7 @@ A Popover is a dialog that appears on top of the current page. It can be used fo

## Presenting

To present a popover, call the `present` method on a popover instance. In order to position the popover relative to the element clicked, a click event needs to be passed into the options of the the `present` method. If the event is not passed, the popover will be positioned in the center of the viewport.
To present a popover, call the `present` method on a popover instance. In order to position the popover relative to the element clicked, a click event needs to be passed into the options of the `present` method. If the event is not passed, the popover will be positioned in the center of the viewport.

## Customization

Expand Down

0 comments on commit b083ae4

Please sign in to comment.