fix(curriculum): add backticks to double not notation in quiz-basic-html (#60976)
Some checks failed
CI - E2E - 3rd party donation tests / Build Client (22) (push) Has been cancelled
CI - E2E - 3rd party donation tests / Build API (Container) (push) Has been cancelled
CI - Node.js / Lint (22) (push) Has been cancelled
CI - E2E - 3rd party donation tests / Run Playwright 3rd Party Donation Tests (chromium, 22) (push) Has been cancelled
CI - Node.js / Build (22) (push) Has been cancelled
CI - Node.js / Test (22) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (22) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 22) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 22) (push) Has been cancelled

This commit is contained in:
Adarsh Gupta 2025-06-23 11:57:51 +05:30 committed by GitHub
parent db92673f0c
commit 700aa1182d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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--