Skip to content

Commit

Permalink
Further typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Oct 4, 2024
1 parent 66f5673 commit 6b54a3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"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"

},
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ services:
MAPIT_URL: ${MAPIT_URL:-https://mapit.mysociety.org/}
MAPIT_API_KEY: ${MAPIT_API_KEY:-}
DEMOCRACYCLUB_TOKEN: ${DEMOCRACYCLUB_TOKEN:-}
RECAPACHA_SITE_KEY: ${RECAPACHA_SITE_KEY:-}
RECAPACHA_SECRET: ${RECAPACHA_SECRET:-}
RECAPTCHA_SITE_KEY: ${RECAPTCHA_SITE_KEY:-}
RECAPTCHA_SECRET: ${RECAPTCHA_SECRET:-}
STRIPE_DONATE_PUBLIC_KEY: ${STRIPE_DONATE_PUBLIC_KEY:-}
STRIPE_DONATE_SECRET_KEY: ${STRIPE_DONATE_SECRET_KEY:-}
DEV_MODE: 'true'
Expand Down

0 comments on commit 6b54a3e

Please sign in to comment.