Skip to content

Commit

Permalink
Fix typo in LatLng docstring. (Leaflet#6138)
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter authored and cherniavskii committed Apr 20, 2018
1 parent 0e9797e commit bd89edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geo/LatLng.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {toLatLngBounds} from './LatLngBounds';
* map.panTo(L.latLng(50, 30));
* ```
*
* Note that `LatLng` does not inherit from Leafet's `Class` object,
* Note that `LatLng` does not inherit from Leaflet's `Class` object,
* which means new classes can't inherit from it, and new methods
* can't be added to it with the `include` function.
*/
Expand Down

0 comments on commit bd89edd

Please sign in to comment.