From 31adaf62241782d33312118de0fa90f39f6b05ae Mon Sep 17 00:00:00 2001 From: Muescha <184316+muescha@users.noreply.github.com> Date: Mon, 20 Jul 2020 16:48:11 +0200 Subject: [PATCH] dictionary fix CodePen --- dictionary.txt | 2 +- docs/docs/building-a-contact-form.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dictionary.txt b/dictionary.txt index 6639aa2aa3a70..09622e7127400 100644 --- a/dictionary.txt +++ b/dictionary.txt @@ -372,7 +372,7 @@ CodeName Codenames codeowner codeowners -Codepen +CodePen CodeSandbox codesplitting collegial diff --git a/docs/docs/building-a-contact-form.md b/docs/docs/building-a-contact-form.md index 303877a1fd1de..755925be34a53 100644 --- a/docs/docs/building-a-contact-form.md +++ b/docs/docs/building-a-contact-form.md @@ -68,7 +68,7 @@ Getform is a form backend platform which offers a free-plan for handling form su Once you've made the code changes to your form, you can head over to the contact page on your site and start submitting data to the form. The submissions will then be visible on the Getform dashboard. You can add multiple email addresses to receive email notifications for the forms created, as well as manipulate the data you see on Getform using Zapier and Webhooks options that are offered. -You can find more info on the registration process and form setup on the [Getform website](https://getform.io/) and find code examples (AJAX, reCAPTCHA etc) on their [Codepen](https://codepen.io/getform). +You can find more info on the registration process and form setup on the [Getform website](https://getform.io/) and find code examples (AJAX, reCAPTCHA etc) on their [CodePen](https://codepen.io/getform). ### Netlify