fix(push): fix typo in PushEvents enum

This commit is contained in:
Ibrahim Hadeed
2016-09-19 18:03:58 -04:00
committed by GitHub
parent 0acbe56cfb
commit 3aaf92090a
+1 -1
View File
@@ -188,7 +188,7 @@ export interface PushOptions {
windows?: {};
}
export type PushEvents = 'registeration' | 'error' | 'notification';
export type PushEvents = 'registration' | 'error' | 'notification';
/**
* @name Push