fix: backtick formatting (#41371)

This commit is contained in:
Nicholas Carrigan (he/him)
2021-03-04 22:09:04 -08:00
committed by GitHub
parent 7783f757e1
commit 4d8aae1678

View File

@ -32,7 +32,7 @@ You can use any mix of HTML, JavaScript, CSS, Bootstrap, SASS, React, Redux, and
**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 its `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.