Merge pull request #6093 from tlaverdure/patch-1

docs(events): typo
This commit is contained in:
Adam Bradley
2016-04-10 20:40:21 -05:00

View File

@ -8,7 +8,7 @@
* ```ts * ```ts
* import {Events} from 'ionic-angular'; * import {Events} from 'ionic-angular';
* *
* constructor(public events: Event) {} * constructor(public events: Events) {}
* *
* // first page (publish an event when a user is created) * // first page (publish an event when a user is created)
* function createUser(user) { * function createUser(user) {