From b083ae4e584409dbe6f406dc2beef906bc1dbc99 Mon Sep 17 00:00:00 2001 From: Djakson <61550070+djakinho@users.noreply.github.com> Date: Mon, 6 Dec 2021 12:26:03 -0300 Subject: [PATCH] docs(): fix typo in popover docs (#24318) --- core/src/components/popover/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/popover/readme.md b/core/src/components/popover/readme.md index 9a9af826b3..46ff44b952 100644 --- a/core/src/components/popover/readme.md +++ b/core/src/components/popover/readme.md @@ -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