From c248aece7bb8cc30c5d91f16201205f06b27f75a Mon Sep 17 00:00:00 2001 From: Milos Brzakovic Date: Wed, 7 Jul 2021 20:57:54 +0200 Subject: [PATCH] typo --- modules/renderer/background_source.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/renderer/background_source.js b/modules/renderer/background_source.js index 131cead58..6a9ac227b 100644 --- a/modules/renderer/background_source.js +++ b/modules/renderer/background_source.js @@ -280,7 +280,7 @@ rendererBackgroundSource.Bing = function(data, dispatch) { missing tile image strictness param (n=) • n=f -> (Fail) returns a 404 • n=z -> (Empty) returns a 200 with 0 bytes (no content) - • n=t -> (Transparant) returns a 200 with a transparent (png) tile + • n=t -> (Transparent) returns a 200 with a transparent (png) tile */ const strictParam = 'n';