docs(LocationAccuracy): fixes typo

This commit is contained in:
Manu Mtz.-Almeida 2016-10-03 14:26:13 +02:00 committed by GitHub
parent a99b753d2d
commit 344ce11a3e

View File

@ -12,7 +12,7 @@ import {Plugin, Cordova} from './plugin';
*
* if(canRequest) {
* // the accuracy option will be ignored by iOS
* LocationAccuracy.request(LocaitonAccuracy.REQUEST_PRIORITY_HIGH_ACCURACY).then(
* LocationAccuracy.request(LocationAccuracy.REQUEST_PRIORITY_HIGH_ACCURACY).then(
* () => console.log('Request successful'),
* error => console.log('Error requesting location permissions', error)
* );