Skip to content

Commit 9a7514d

Browse files
fix(curriculum): use — consistently in workshop-quincys-job-tips (freeCodeCamp#65505)
1 parent 23b62d6 commit 9a7514d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

curriculum/challenges/english/blocks/workshop-quincys-job-tips/68eaa9ef8a0867071f195f59.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Here's an example:
1818
<blockquote cite="https://www.freecodecamp.org/news/is-college-worth-it/">
1919
The first thing you should consider about education is this is an economic decision.
2020
</blockquote>
21-
<p>Quincy Larson, <cite>Is College Still Worth it? Tips from my 20 Years in Adult Education</cite></p>
21+
<p>&mdash;Quincy Larson, <cite>Is College Still Worth it? Tips from my 20 Years in Adult Education</cite></p>
2222
</div>
2323
```
2424

@@ -73,7 +73,7 @@ assert.equal(pElCleanedText, '—Quincy Larson, How to Learn to Code and Get a D
7373
</blockquote>
7474
<p>
7575
--fcc-editable-region--
76-
Quincy Larson, How to Learn to Code and Get a Developer Job [Full Book]
76+
&mdash;Quincy Larson, How to Learn to Code and Get a Developer Job [Full Book]
7777
--fcc-editable-region--
7878
</p>
7979
</section>

curriculum/challenges/english/blocks/workshop-quincys-job-tips/68eab45aceb7c00fd8de4fed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ assert.equal(blockquoteEl?.getAttribute('cite'), 'https://www.freecodecamp.org/n
7878
Can you imagine what it would be like to be a successful developer? To have built software systems that people rely upon?
7979
</blockquote>
8080
<p>
81-
Quincy Larson, <cite>How to Learn to Code and Get a Developer Job [Full Book]</cite>
81+
&mdash;Quincy Larson, <cite>How to Learn to Code and Get a Developer Job [Full Book]</cite>
8282
</p>
8383
</section>
8484
<section>

curriculum/challenges/english/blocks/workshop-quincys-job-tips/68eab6a2b37d2f13602d0c3f.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ assert.equal(forthPEl?.innerText.trim(), 'Go to tech meetups and conferences. Tr
8888
Can you imagine what it would be like to be a successful developer? To have built software systems that people rely upon?
8989
</blockquote>
9090
<p>
91-
Quincy Larson, <cite>How to Learn to Code and Get a Developer Job [Full Book]</cite>
91+
&mdash;Quincy Larson, <cite>How to Learn to Code and Get a Developer Job [Full Book]</cite>
9292
</p>
9393
</section>
9494
<section>

curriculum/challenges/english/blocks/workshop-quincys-job-tips/68ebe9cd7523d340c0b343d3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ assert.equal(thirdPEl?.innerText.trim(), 'Hang out at hackerspaces and help peop
116116
Can you imagine what it would be like to be a successful developer? To have built software systems that people rely upon?
117117
</blockquote>
118118
<p>
119-
Quincy Larson, <cite>How to Learn to Code and Get a Developer Job [Full Book]</cite>
119+
&mdash;Quincy Larson, <cite>How to Learn to Code and Get a Developer Job [Full Book]</cite>
120120
</p>
121121
</section>
122122
<section>
@@ -162,7 +162,7 @@ assert.equal(thirdPEl?.innerText.trim(), 'Hang out at hackerspaces and help peop
162162
Can you imagine what it would be like to be a successful developer? To have built software systems that people rely upon?
163163
</blockquote>
164164
<p>
165-
Quincy Larson, <cite>How to Learn to Code and Get a Developer Job [Full Book]</cite>
165+
&mdash;Quincy Larson, <cite>How to Learn to Code and Get a Developer Job [Full Book]</cite>
166166
</p>
167167
</section>
168168

0 commit comments

Comments
 (0)