fix(curriculum): added the missing backticks (#52804)

This commit is contained in:
Shekhar Sahu
2023-12-29 10:48:54 +05:30
committed by GitHub
parent 50263d28ee
commit fa2a0681b4

View File

@@ -9,7 +9,7 @@ dashedName: step-49
In your `goTown` function, change your `button` elements' `innerText` properties to be `Go to store`, `Go to cave`, and `Fight dragon`. Update your `onclick` properties to be `goStore`, `goCave`, and `fightDragon`, respectively.
Finally, update your text's `innerText` property to be `You are in the town square. You see a sign that says Store.`.
Finally, update `innerText` property of your `text` to be `You are in the town square. You see a sign that says Store.`.
# --hints--