Skip to content

Commit a3788d9

Browse files
docs(popover): language in event param
Co-authored-by: Brandy Smith <[email protected]>
1 parent 62724e1 commit a3788d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/popover/popover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ export class Popover implements ComponentInterface, PopoverInterface {
460460
* to position the popover relative to where that event
461461
* was dispatched.
462462
*
463-
* @param event Event to position popover relative to.
463+
* @param event The event to position the popover relative to.
464464
*/
465465
@Method()
466466
async present(event?: MouseEvent | TouchEvent | PointerEvent | CustomEvent): Promise<void> {

0 commit comments

Comments
 (0)