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');