Skip to content

Commit eb30d03

Browse files
authored
Merge pull request #741 from ClementPeter/master
Minor Typo in README.md
2 parents a50656b + 7296950 commit eb30d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geolocator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555

5656
**Permissions**
5757

58-
On Android you'll need to add either the `ACCESS_COARSE_LOCATION` or the `ACCESS_FINE_LOCATION` permission to your Android Manifest. To do so open the AndroidManifest.xml file (located under android/app/src/main) and add one of the following two lines as direct children of the `<manifest>` tag (when you configure both permissions the `ACCESS_FINE_LOCATION` will be used be the geolocator plugin):
58+
On Android you'll need to add either the `ACCESS_COARSE_LOCATION` or the `ACCESS_FINE_LOCATION` permission to your Android Manifest. To do so open the AndroidManifest.xml file (located under android/app/src/main) and add one of the following two lines as direct children of the `<manifest>` tag (when you configure both permissions the `ACCESS_FINE_LOCATION` will be used by the geolocator plugin):
5959

6060
``` xml
6161
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

0 commit comments

Comments
 (0)