diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804d8.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804d8.md index f18822dccef..5e5a2079366 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804d8.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804d8.md @@ -30,7 +30,7 @@ Your `form` element's opening tag should only have an `action` attribute. Remove assert([...document.querySelector('form').attributes].length < 2); ``` -You should create an input element. Check the syntax. +You should create an `input` element. Check the syntax. ```js assert(document.querySelector('input'));