diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/build-a-pokemon-search-app-project/build-a-pokemon-search-app.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/build-a-pokemon-search-app-project/build-a-pokemon-search-app.md index 68879e3faf3..4fec3c5467a 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/build-a-pokemon-search-app-project/build-a-pokemon-search-app.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/build-a-pokemon-search-app-project/build-a-pokemon-search-app.md @@ -43,7 +43,7 @@ Fulfill the user stories and pass all the tests below to complete this project. # --hints-- -You should have an `input` element with an `id` of `"search-input"` and is **required**. +You should have an `input` element with an `id` of `"search-input"`. The `input` should be marked as required. ```js const el = document.getElementById('search-input');