From d6491a9902b32dbd1c7104ecf21f193b873b0dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20D=C3=BCsterh=C3=B6ft?= <57948566+stephanduesterhoeft@users.noreply.github.com> Date: Mon, 14 Jun 2021 17:14:23 +0200 Subject: [PATCH] fix(curriculum): Period added to the end of the sentence. (#42480) Dot added to the end of the sentence. --- .../basic-html-and-html5/create-a-form-element.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-form-element.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-form-element.md index 2e18c529b7..88e90bf4c8 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-form-element.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-form-element.md @@ -34,7 +34,7 @@ assert( ); ``` -Your `form` should have an `action` attribute which is set to `https://www.freecatphotoapp.com/submit-cat-photo` +Your `form` should have an `action` attribute which is set to `https://www.freecatphotoapp.com/submit-cat-photo`. ```js const action = $('form').attr('action');