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:
Tim Gates 2020-09-22 02:42:54 +10:00 committed by GitHub
parent 575e551d1a
commit 38e04e3900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")