mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Typo in docs
The class name should be 'Events' instead of 'Event'
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user