mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): Capitalise word to match casing in HTML element (#59200)
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ assert.equal(yearElement?.innerText.trim(), footballTeam.year);
|
||||
assert.equal(headCoachElement?.innerText.trim(), footballTeam.headCoach);
|
||||
```
|
||||
|
||||
When the option `All players` is selected, all players should be shown within `#player-cards`.
|
||||
When the option `All Players` is selected, all players should be shown within `#player-cards`.
|
||||
|
||||
```js
|
||||
const select = document.querySelector('#players')
|
||||
|
||||
Reference in New Issue
Block a user