From 5aaf8677d4c85ecafd41785ead6a718b4a533b5c Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 20 Jan 2022 17:18:07 +0900 Subject: [PATCH] chore: fix typo in step-010.md (#44807) targetting -> targeting --- .../step-010.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/step-010.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/step-010.md index 735a579aa3..12261eb40e 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/step-010.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/step-010.md @@ -7,7 +7,7 @@ dashedName: step-10 # --description-- -As suggested by the title, you are creating a form. So, after the `p` element, insert a `form` with an `action` attribute targetting `https://fcc-registration-form.com`. +As suggested by the title, you are creating a form. So, after the `p` element, insert a `form` with an `action` attribute targeting `https://fcc-registration-form.com`. # --hints--