From ad1b3c2399edb2c612ec66bf48fed458a78897a6 Mon Sep 17 00:00:00 2001 From: Raruto Date: Tue, 21 Nov 2023 12:29:45 +0100 Subject: [PATCH] mispelling --- src/components/MapControlGeocoding.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MapControlGeocoding.vue b/src/components/MapControlGeocoding.vue index ddd682b18..1001dfda4 100644 --- a/src/components/MapControlGeocoding.vue +++ b/src/components/MapControlGeocoding.vue @@ -197,7 +197,7 @@ const Projections = require('g3w-ol/projection/projections'); * ```py * # config/g3w-suite/settings_docker.py * - * GEOCONDING_PROVIDERS = { + * GEOCODING_PROVIDERS = { * "bing_streets": { ... }, * "bing_places": { ... }, * "nominatim": { ... },