From 5e6e8c2a8023fb94686e8bd52f2ce9129e70e939 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Tue, 16 Feb 2016 15:46:48 -0600 Subject: [PATCH] chore(push): fix Push demo --- 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 48fc1fb86..a0985aaa0 100644 --- a/src/plugins/push.ts +++ b/src/plugins/push.ts @@ -265,7 +265,7 @@ export class Push { * Initialize the plugin on the native side. * * ``` - * var push = PushNotification.init({ + * var push = Push.init({ * android: { * senderID: "12345679" * },