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

pull/40575/head
Randell Dawson 2021-01-21 01:10:19 -07:00 committed by GitHub
parent e57f32438c
commit 83e3d93953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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--