diff --git a/src/plugins/push.ts b/src/plugins/push.ts index 76b0dc487..65bfea9a6 100644 --- a/src/plugins/push.ts +++ b/src/plugins/push.ts @@ -188,7 +188,7 @@ export interface PushOptions { windows?: {}; } -export type PushEvents = 'registeration' | 'error' | 'notification'; +export type PushEvents = 'registration' | 'error' | 'notification'; /** * @name Push