From def69ff9b2ecb2974664c7627c9c8e5c3ce1dd49 Mon Sep 17 00:00:00 2001 From: Thiery Laverdure Date: Fri, 8 Apr 2016 20:47:19 -0400 Subject: [PATCH] Typo in docs The class name should be 'Events' instead of 'Event' --- ionic/util/events.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/util/events.ts b/ionic/util/events.ts index 839588ab70..76b10c3add 100644 --- a/ionic/util/events.ts +++ b/ionic/util/events.ts @@ -8,7 +8,7 @@ * ```ts * import {Events} from 'ionic-angular'; * - * constructor(public events: Event) {} + * constructor(public events: Events) {} * * // first page (publish an event when a user is created) * function createUser(user) {