From 112dd6f361c92c12f5ee5ccf0d5096758dbdb252 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Thu, 4 Apr 2019 16:50:41 +0400 Subject: [PATCH] Fix typo in googlemapssearch service name --- tarteaucitron.services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index ea265b9..c147c04 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -1163,7 +1163,7 @@ tarteaucitron.services.googlemaps = { tarteaucitron.services.googlemapssearch = { "key": "googlemapssearch", "type": "api", - "name": "Google Maps Seard API", + "name": "Google Maps Search API", "uri": "https://adssettings.google.com/", "needConsent": true, "cookies": ['nid'],