fix(curriculum): reword requirements to be clearer (#53004)

This commit is contained in:
Lasse Jørgensen 2024-01-07 04:44:14 +01:00 committed by GitHub
parent 94d55633ec
commit 698941be23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ dashedName: step-19
Next, you will need to update the playlist in your HTML document to display the songs.
Add `songsHTML` to `playlistSongs`, by using the `innerHTML` property. This will insert the `li` element you just created into the `ul` element in the already provided `HTML` file.
Assign `songsHTML` to the `innerHTML` property of the `playlistSongs` element. This will insert the `li` element you just created into the `ul` element in the already provided `HTML` file.
# --hints--