From 700aa1182d50105841963f5834f69a2e7d9ff810 Mon Sep 17 00:00:00 2001 From: Adarsh Gupta <111111623+adarshdotdev@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:57:51 +0530 Subject: [PATCH] fix(curriculum): add backticks to double not notation in quiz-basic-html (#60976) --- .../quiz-basic-html/66df3b712c41c499e9d31e5b.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/quiz-basic-html/66df3b712c41c499e9d31e5b.md b/curriculum/challenges/english/25-front-end-development/quiz-basic-html/66df3b712c41c499e9d31e5b.md index 51b5e690c4a..6a4651c6228 100644 --- a/curriculum/challenges/english/25-front-end-development/quiz-basic-html/66df3b712c41c499e9d31e5b.md +++ b/curriculum/challenges/english/25-front-end-development/quiz-basic-html/66df3b712c41c499e9d31e5b.md @@ -1395,7 +1395,7 @@ Both absolute and relative paths can be used to link to files within the same we #### --answer-- -Relative paths cannot use .. to move up directories, but absolute paths can. +Relative paths cannot use `..` to move up directories, but absolute paths can. ### --question--