Typo in docs

The class name should be 'Events' instead of 'Event'
This commit is contained in:
Thiery Laverdure
2016-04-08 20:47:19 -04:00
parent ecf93023f3
commit def69ff9b2

View File

@@ -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) {