mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): grammatical error in instruction - Odin project: Recipe page (#53716)
This commit is contained in:
parent
f50eb7bb9a
commit
32e499d6ac
@ -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];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user