fix(curriculum): Capitalise word to match casing in HTML element (#59200)

This commit is contained in:
Supravisor
2025-03-10 18:37:18 +13:00
committed by GitHub
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')