Skip to content

Commit 9f3e70c

Browse files
authored
Merge pull request #102 from mxmissile/patch-1
fixed a spelling mistake
2 parents 0a971fe + 7b51342 commit 9f3e70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/docs/Maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ See usage above with empty event handler.
502502
private byte _jsMapZoomLevel = 10;
503503
private int _jsMapWidth = 450;
504504
private int _jsMapHeight = 250;
505-
private bool _jsMapCenterCurrentLocation = true; //Overrides Center. Async operation which micht fail with Location services
505+
private bool _jsMapCenterCurrentLocation = true; //Overrides Center. Async operation which might fail with Location services
506506
private GoogleMapTypes _jsMapType = GoogleMapTypes.Roadmap;
507507
private byte _jsTilt = 0;
508508
private int _jsHeading = 0;

0 commit comments

Comments
 (0)