mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-07-16 00:00:04 +08:00
fix(push): fix typo in PushEvents enum
This commit is contained in:
+1
-1
@@ -188,7 +188,7 @@ export interface PushOptions {
|
||||
windows?: {};
|
||||
}
|
||||
|
||||
export type PushEvents = 'registeration' | 'error' | 'notification';
|
||||
export type PushEvents = 'registration' | 'error' | 'notification';
|
||||
|
||||
/**
|
||||
* @name Push
|
||||
|
||||
Reference in New Issue
Block a user