mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): Capitalise word to match casing in HTML element (#59200)
This commit is contained in:
parent
afb3aceb4e
commit
c142d46b84
@ -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')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user