From a9e0412165f8c4f6c8b0214ad0653a4082ec9051 Mon Sep 17 00:00:00 2001 From: Kshitiz Jain Date: Mon, 26 Jan 2026 18:59:31 +0530 Subject: [PATCH] fix(curriculum): replace ordered list with unordered list in Quincy job tips (#65485) --- .../workshop-quincys-job-tips/68eab6a2b37d2f13602d0c3f.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/curriculum/challenges/english/blocks/workshop-quincys-job-tips/68eab6a2b37d2f13602d0c3f.md b/curriculum/challenges/english/blocks/workshop-quincys-job-tips/68eab6a2b37d2f13602d0c3f.md index 26840d69cba..7c5395c6d71 100644 --- a/curriculum/challenges/english/blocks/workshop-quincys-job-tips/68eab6a2b37d2f13602d0c3f.md +++ b/curriculum/challenges/english/blocks/workshop-quincys-job-tips/68eab6a2b37d2f13602d0c3f.md @@ -20,10 +20,10 @@ Here's an example with two paragraphs: In the second section, inside the existing block quotation element, add four `p` elements with the following texts, in order: -1. `So much of getting a job is who you know.` -2. `It's OK to be an introvert, but you do need to push your boundaries.` -3. `Create GitHub, Twitter, LinkedIn, and Discord accounts.` -4. `Go to tech meetups and conferences. Travel if you have to.` +- `So much of getting a job is who you know.` +- `It's OK to be an introvert, but you do need to push your boundaries.` +- `Create GitHub, Twitter, LinkedIn, and Discord accounts.` +- `Go to tech meetups and conferences. Travel if you have to.` # --hints--