fix(curriculum): fix code block ending backticks for translation (#56110)

This commit is contained in:
Alan Luo 2024-09-15 10:57:14 -07:00 committed by GitHub
parent ead5ef08f7
commit 41f765c4c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -938,3 +938,4 @@ keepScoreBtn.addEventListener("click", () => {
alert("Please select an option or roll the dice");
}
});
```