fix(curriculum): typo in description of music player step 45 (#52726)

This commit is contained in:
James Moffett
2023-12-22 23:42:15 -06:00
committed by GitHub
parent fe6a101ee8
commit cb4d27cc23
@@ -7,7 +7,7 @@ dashedName: step-45
# --description--
Add a `click` event listener to the `previousButton` element, then pass in `playPrevious` song as the second parameter.
Add a `click` event listener to the `previousButton` element, then pass in `playPreviousSong` as the second parameter.
# --hints--