From 9cbd7f3b2859d4e1626157c8df7d0a94d648bb52 Mon Sep 17 00:00:00 2001 From: Etkesmeci <96954609+Etkesmeci@users.noreply.github.com> Date: Fri, 7 Jan 2022 21:15:11 +0300 Subject: [PATCH] fix(curriculum): "locaton" changed to "location" (#44717) --- .../learn-html-by-building-a-cat-photo-app/step-038.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-038.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-038.md index 695f10bd5b..f1e7e3b80d 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-038.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-038.md @@ -7,7 +7,7 @@ dashedName: step-38 # --description-- -In order for a form's data to be accessed by the locaton specified in the `action` attribute, you must give the text field a `name` attribute and assign it a value to represent the data being submitted. For example, you could use the following syntax for an email address text field: ``. +In order for a form's data to be accessed by the location specified in the `action` attribute, you must give the text field a `name` attribute and assign it a value to represent the data being submitted. For example, you could use the following syntax for an email address text field: ``. Add the `name` attribute with the value `catphotourl` to your text field.