From 18e04d60163a0d91abbdeacd7e318a1c002ed9c4 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Thu, 24 Mar 2016 12:34:02 -0400 Subject: [PATCH] refractor(plugin): fix typo in pluginref --- src/plugins/hotspot.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/hotspot.ts b/src/plugins/hotspot.ts index 89106b1be..d876d4fbc 100644 --- a/src/plugins/hotspot.ts +++ b/src/plugins/hotspot.ts @@ -8,7 +8,7 @@ import {Plugin, Cordova} from './plugin' */ @Plugin({ plugin: 'cordova-plugin-hotspot', - pluginRef: 'cordova.plugnis.hotspot', + pluginRef: 'cordova.plugins.hotspot', repo: 'https://github.com/hypery2k/cordova-hotspot-plugin' }) export class Hotspot { @@ -97,4 +97,4 @@ export class Hotspot { @Cordova() static isRooted() : Promise {return} -} \ No newline at end of file +}