Skip to content

Commit 7b51342

Browse files
authored
fixed a spelling mistake
1 parent 0a971fe commit 7b51342

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)