refractor(plugin): fix typo in pluginref

This commit is contained in:
Ibrahim Hadeed 2016-03-24 12:34:02 -04:00
parent 930a4b8115
commit 18e04d6016

View File

@ -8,7 +8,7 @@ import {Plugin, Cordova} from './plugin'
*/ */
@Plugin({ @Plugin({
plugin: 'cordova-plugin-hotspot', plugin: 'cordova-plugin-hotspot',
pluginRef: 'cordova.plugnis.hotspot', pluginRef: 'cordova.plugins.hotspot',
repo: 'https://github.com/hypery2k/cordova-hotspot-plugin' repo: 'https://github.com/hypery2k/cordova-hotspot-plugin'
}) })
export class Hotspot { export class Hotspot {