mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-13 13:00:15 -04:00
fix(curriculum): grammatical error in instruction - Odin project: Recipe page (#53716)
This commit is contained in:
@@ -107,7 +107,7 @@ const h2 = document.querySelectorAll('H2')[2];
|
||||
assert(h2.innerText == 'Steps');
|
||||
```
|
||||
|
||||
You should have a `<ol>` with the the steps as the list items `<li>`.
|
||||
You should have a `<ol>` with the steps as the list items `<li>`.
|
||||
|
||||
```js
|
||||
const orderedList = document.querySelectorAll('OL')[0];
|
||||
|
||||
Reference in New Issue
Block a user