mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 10:00:39 -04:00
chore: updated the missing backticks (#55284)
This commit is contained in:
committed by
GitHub
parent
0fa0d6fe84
commit
6c2e5c4e32
@@ -35,7 +35,7 @@ Submit your page when you think you've got it right. If you're running into erro
|
||||
|
||||
# --hints--
|
||||
|
||||
passport-github dependency should be added.
|
||||
`passport-github` dependency should be added.
|
||||
|
||||
```js
|
||||
async (getUserInput) => {
|
||||
@@ -50,7 +50,7 @@ async (getUserInput) => {
|
||||
}
|
||||
```
|
||||
|
||||
passport-github should be required.
|
||||
`passport-github` should be required.
|
||||
|
||||
```js
|
||||
async (getUserInput) => {
|
||||
|
||||
@@ -7,7 +7,7 @@ dashedName: step-31
|
||||
|
||||
# --description--
|
||||
|
||||
Add the text `I accept the terms and conditions` immediately after the `input` element in the newly added label. Then link the text `terms and conditions` to the following location:
|
||||
Add the text `I accept the terms and conditions` immediately after the `input` element in the newly added `label`. Then link the text `terms and conditions` to the following location:
|
||||
|
||||
```md
|
||||
https://www.freecodecamp.org/news/terms-of-service/
|
||||
@@ -15,7 +15,7 @@ https://www.freecodecamp.org/news/terms-of-service/
|
||||
|
||||
# --hints--
|
||||
|
||||
You should add `I accept the terms and conditions` text to the label following the third fieldset.
|
||||
You should add `I accept the terms and conditions` text to the `label` following the third `fieldset`.
|
||||
|
||||
```js
|
||||
assert.equal(document.querySelector('fieldset:nth-child(3) + label')?.innerText.trim(), 'I accept the terms and conditions');
|
||||
|
||||
@@ -7,7 +7,7 @@ dashedName: step-43
|
||||
|
||||
# --description--
|
||||
|
||||
To make the left eye look like an eye, give it a border radius of `60%`. Also, using the transform property, rotate it at `25` degrees.
|
||||
To make the left eye look like an eye, give it a border radius of `60%`. Also, using the `transform` property, rotate it at `25` degrees.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ dashedName: step-46
|
||||
|
||||
# --description--
|
||||
|
||||
To make the right eye look like an eye, give it a border radius of `60%`. Also, using the transform property, rotate it at `-25` degrees.
|
||||
To make the right eye look like an eye, give it a border radius of `60%`. Also, using the `transform` property, rotate it at `-25` degrees.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user