From 4a31ae2da165236b831fb839b4c567dcd9d1671d Mon Sep 17 00:00:00 2001 From: Nayan Bagale Date: Sat, 4 Jan 2025 02:27:41 +0530 Subject: [PATCH] fix(curriculum): remove backticks from answer (#57911) --- .../672995ffdfd2f337f5f215f8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/lecture-importance-of-semantic-html/672995ffdfd2f337f5f215f8.md b/curriculum/challenges/english/25-front-end-development/lecture-importance-of-semantic-html/672995ffdfd2f337f5f215f8.md index 59beabf4e9d..1ecd98c26eb 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-importance-of-semantic-html/672995ffdfd2f337f5f215f8.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-importance-of-semantic-html/672995ffdfd2f337f5f215f8.md @@ -34,7 +34,7 @@ Review the beginning of the video where the `superscript` element is discussed. --- -To display text as a `superscript` above the normal line of text. +To display text as a superscript above the normal line of text. ---