Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 3866d5a

Browse files
author
Wilco Breedt
authored
Fix grammar error
Fixed the grammar error indicating that the option 'always' only works on iOS
1 parent cf56f1d commit 3866d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/location-monitor.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function watchLocation(successCallback: successCallbackType, errorCallbac
7373
export function clearWatch(watchId: number): void;
7474

7575
/**
76-
* Ask for permissions to use location services. The option `always` is application for iOS only. Read more: https://developer.apple.com/documentation/corelocation/cllocationmanager/1620551-requestalwaysauthorization.
76+
* Ask for permissions to use location services. The option 'always' is applicable to iOS only. Read more: https://developer.apple.com/documentation/corelocation/cllocationmanager/1620551-requestalwaysauthorization.
7777
* @param always iOS only. https://developer.apple.com/documentation/corelocation/cllocationmanager/1620551-requestalwaysauthorization
7878
*/
7979
export function enableLocationRequest(always?: boolean): Promise<void>;

0 commit comments

Comments
 (0)