mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): add missing closing double quote (#55360)
This commit is contained in:
+1
-1
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user