mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix typo: correct 'shoud' to 'should' (#58113)
This commit is contained in:
+1
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user