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 +}