chore: updated the missing backticks (#55284)

This commit is contained in:
Rahul S Srivastava
2024-06-22 16:42:28 +05:30
committed by GitHub
parent 0fa0d6fe84
commit 6c2e5c4e32
4 changed files with 6 additions and 6 deletions

View File

@@ -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) => {

View File

@@ -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');

View File

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

View File

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