mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-12-08 21:26:14 +00:00
docs: Fix simple typo, somplicity -> simplicity (#7284)
There is a small typo in spec/suites/map/MapSpec.js. Should read `simplicity` rather than `somplicity`.
This commit is contained in:
parent
575e551d1a
commit
38e04e3900
@ -234,7 +234,7 @@ describe("Map", function () {
|
||||
var boundsZoom = map.getBoundsZoom(bounds, false, padding);
|
||||
expect(boundsZoom).to.eql(9);
|
||||
|
||||
// test case: EPSG:25833 (mocked, for somplicity)
|
||||
// test case: EPSG:25833 (mocked, for simplicity)
|
||||
// The following coordinates are bounds projected with proj4leaflet crs = EPSG:25833', '+proj=utm +zone=33 +ellps=GRS80 +units=m +no_defs
|
||||
var crsMock = sinon.mock(map.options.crs);
|
||||
crsMock.expects("latLngToPoint")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user