Skip to content

Commit a5f1046

Browse files
committed
LatLng: fix typo
1 parent bcaa527 commit a5f1046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geocoders/latlng.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ export default {
8787
}),
8888

8989
factory: function(options) {
90-
return new L.Control.Geocoder.LatLon(options);
90+
return new L.Control.Geocoder.LatLng(options);
9191
}
9292
};

0 commit comments

Comments
 (0)