From 593fa82fe81aa3d51117cc30d1c4618c3995c331 Mon Sep 17 00:00:00 2001 From: Mattias Bengtsson Date: Thu, 29 Nov 2012 08:10:04 +0100 Subject: [PATCH] Stupid typo --- spec/suites/layer/TileLayerSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/suites/layer/TileLayerSpec.js b/spec/suites/layer/TileLayerSpec.js index e290ea0e..fddfffc0 100644 --- a/spec/suites/layer/TileLayerSpec.js +++ b/spec/suites/layer/TileLayerSpec.js @@ -43,7 +43,7 @@ describe('TileLayer', function () { }); }); describe("when a tilelayer is removed from a map", function () { - It("it should have its zoomlevels updated to only fit the layers it currently has", function () { + it("it should have its zoomlevels updated to only fit the layers it currently has", function () { var tiles = [ L.tileLayer("{z}{x}{y}", { minZoom:10, maxZoom: 15 }).addTo(map), L.tileLayer("{z}{x}{y}", { minZoom:5, maxZoom: 10 }).addTo(map), L.tileLayer("{z}{x}{y}", { minZoom:10, maxZoom: 20 }).addTo(map),