From 38e04e390085157657c19bfec6bd40b2af2367de Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 22 Sep 2020 02:42:54 +1000 Subject: [PATCH] docs: Fix simple typo, somplicity -> simplicity (#7284) There is a small typo in spec/suites/map/MapSpec.js. Should read `simplicity` rather than `somplicity`. --- spec/suites/map/MapSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/suites/map/MapSpec.js b/spec/suites/map/MapSpec.js index 47eaa7db9..bd0600de7 100644 --- a/spec/suites/map/MapSpec.js +++ b/spec/suites/map/MapSpec.js @@ -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")