diff --git a/curriculum/challenges/english/03-front-end-libraries/front-end-libraries-projects/build-a-random-quote-machine.english.md b/curriculum/challenges/english/03-front-end-libraries/front-end-libraries-projects/build-a-random-quote-machine.english.md
index d649eeae5b..9f9d9ac677 100644
--- a/curriculum/challenges/english/03-front-end-libraries/front-end-libraries-projects/build-a-random-quote-machine.english.md
+++ b/curriculum/challenges/english/03-front-end-libraries/front-end-libraries-projects/build-a-random-quote-machine.english.md
@@ -19,7 +19,7 @@ You can use any mix of HTML, JavaScript, CSS, Bootstrap, SASS, React, Redux, and
User Story #7: On first load, my quote machine displays the random quote's author in the element with id="author"
.
User Story #8: When the #new-quote
button is clicked, my quote machine should fetch a new quote and display it in the #text
element.
User Story #9: My quote machine should fetch the new quote's author when the #new-quote
button is clicked and display it in the #author
element.
-User Story #10: I can tweet the current quote by clicking on the #tweet-quote
a
element. This a
element should include the "twitter.com/intent/tweet"
path in it's href
attribute to tweet the current quote.
+User Story #10: I can tweet the current quote by clicking on the #tweet-quote
a
element. This a
element should include the "twitter.com/intent/tweet"
path in its href
attribute to tweet the current quote.
User Story #11: The #quote-box
wrapper element should be horizontally centered. Please run tests with browser's zoom level at 100% and page maximized.
You can build your project by forking this CodePen pen. Or you can use this CDN link to run the tests in any environment you like: https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js
Once you're done, submit the URL to your working project with all its tests passing.