From 66f5673ac8772064aa12c93f32428d07a819be67 Mon Sep 17 00:00:00 2001 From: Alex Parsons Date: Tue, 24 Sep 2024 09:32:45 +0100 Subject: [PATCH] Fix config typos --- .devcontainer/auto-quick-setup/devcontainer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.devcontainer/auto-quick-setup/devcontainer.json b/.devcontainer/auto-quick-setup/devcontainer.json index 753981a070..799b5a4932 100644 --- a/.devcontainer/auto-quick-setup/devcontainer.json +++ b/.devcontainer/auto-quick-setup/devcontainer.json @@ -5,21 +5,21 @@ "description": "URL to the TWFY Votes page" }, "MAPIT_URL": { - "description": "URL to the MapIt API - defaults to mapit.mysociety.org" + "description": "URL to the MapIt API - defaults to mapit.mysociety.org." }, "MAPIT_API_KEY": { - "description": "API key for the MapIt API - optional for small numbers of queries" + "description": "API key for the MapIt API - optional for small numbers of queries." }, "DEMOCRACYCLUB_TOKEN": { "description": "API key for the Democracy Club API - only for election postcode lookups." }, - "RECAPACHA_SITE_KEY": { - "description": "Recapacha site key. Can use v2 test keys from link.", + "RECAPTCHA_SITE_KEY": { + "description": "Recaptcha site key. Can use v2 test keys from link.", "documentationUrl": "https://developers.google.com/recaptcha/docs/faq#:~:text=hidden%3B%20%7D-,I%27d%20like%20to%20run%20automated%20tests%20with%20reCAPTCHA.%20What%20should%20I%20do%3F,-For%20reCAPTCHA%20v3" }, - "RECAPACHA_SECRET": { - "description": "Recapacha secret key. Can use v2 test keys from link.", + "RECAPTCHA_SECRET": { + "description": "Recaptcha secret key. Can use v2 test keys from link.", "documentationUrl": "https://developers.google.com/recaptcha/docs/faq#:~:text=hidden%3B%20%7D-,I%27d%20like%20to%20run%20automated%20tests%20with%20reCAPTCHA.%20What%20should%20I%20do%3F,-For%20reCAPTCHA%20v3" },