fix(curriculum): add missing closing double quote (#55360)

This commit is contained in:
Salaha Sokhona
2024-06-28 09:22:46 +02:00
committed by GitHub
parent 8340cd2e6a
commit 4b96fa9a27
@@ -15,7 +15,7 @@ In this project, you'll build an app that will search for Pokémon by name or ID
**User Stories:**
1. You should have an `input` element with an `id` of `"search-input"`
1. You should have a `button` element with an `id` of `"search-button`
1. You should have a `button` element with an `id` of `"search-button"`
1. You should have an element with an `id` of `"pokemon-name"`
1. You should have an element with an `id` of `"pokemon-id"`
1. You should have an element with an `id` of `"weight"`