From c11ae69b12344260bbb58607f0582b3597c8adc1 Mon Sep 17 00:00:00 2001 From: Thiery Laverdure Date: Wed, 17 Aug 2016 10:22:09 -0400 Subject: [PATCH] docs(popover): update instructions for presenting a popover --- src/components/popover/popover.ts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/components/popover/popover.ts b/src/components/popover/popover.ts index 062f2cc7c6..a3dd40c53b 100644 --- a/src/components/popover/popover.ts +++ b/src/components/popover/popover.ts @@ -76,12 +76,11 @@ export class Popover extends ViewController { * below for all available options. * * ### Presenting - * To present a popover, call the `present` method on the [NavController](../../nav/NavController). - * The first argument passed to the `present` should be the popover. In order - * to position the popover relative to the element clicked, the event needs to be - * passed as the second argument. If the event is not passed, the popover will be - * positioned in the center of the current view. See the [usage](#usage) section for - * an example of passing this event. + * To present a popover, call the `present` method on a [PopoverController](../../nav/PopoverConroller) 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 current + * view. See the [usage](#usage) section for an example of passing this event. * * ### Dismissing * To dismiss the popover after creation, call the `dismiss()` method on the