fix(learn): Remove strong syntax around code inline code (#40754)

This commit is contained in:
Randell Dawson
2021-01-21 01:10:19 -07:00
committed by GitHub
parent e57f32438c
commit 83e3d93953

View File

@ -15,7 +15,7 @@ You can use `a` (*anchor*) elements to link to content outside of your web page.
`<a href="https://freecodecamp.org">this links to freecodecamp.org</a>`
Then your browser will display the text **"this links to freecodecamp.org"** as a link you can click. And that link will take you to the web address **`https://www.freecodecamp.org`**.
Then your browser will display the text `this links to freecodecamp.org` as a link you can click. And that link will take you to the web address `https://www.freecodecamp.org`.
# --instructions--