fix typo: correct 'shoud' to 'should' (#58113)

This commit is contained in:
Brian Siklinski
2025-01-14 09:00:03 -05:00
committed by GitHub
parent 3e9b7d1fcc
commit a888e90b86
@@ -245,7 +245,7 @@ assert.isNotEmpty(eventTitles);
eventTitles.forEach((eventTitle => assert.isNotEmpty(eventTitle.innerText)));
```
Each `p` element shoud have the event description.
Each `p` element should have the event description.
```js
const eventDescriptions = document.querySelectorAll('p');