docs(location-accuracy): fix docs url

This commit is contained in:
Ibby 2017-03-23 15:38:50 -04:00
parent 0750e03e04
commit 072fe8df94

View File

@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';
import { Plugin, Cordova } from '@ionic-native/core';
/**
* @name LocationAccuracy
* @name Location Accuracy
* @description
* This Cordova/Phonegap plugin for Android and iOS to request enabling/changing of Location Services by triggering a native dialog from within the app, avoiding the need for the user to leave your app to change location settings manually.
*