fix(curriculum): reword description to element in Storytelling App (#60354)

This commit is contained in:
Supravisor
2025-05-15 22:10:45 +12:00
committed by GitHub
parent dc911fd430
commit 46326d54c7
@@ -7,7 +7,7 @@ dashedName: step-6
# --description--
In your JavaScript file, select the `div` with the class `story-container` and store it in a variable called `storyContainer`.
In your JavaScript file, select the `.story-container` element and store it in a variable called `storyContainer`.
# --hints--