From 3aaf92090a21d903285265f0219da446bf412f30 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Mon, 19 Sep 2016 18:03:58 -0400 Subject: [PATCH] fix(push): fix typo in PushEvents enum --- src/plugins/push.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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