Skip to content

Commit 67e63b5

Browse files
fix: some backtick fixes (freeCodeCamp#57670)
1 parent 06bd42e commit 67e63b5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

curriculum/challenges/english/25-front-end-development/lab-date-conversion/66f686b8ebdb982fa8e14330.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You should have a function `formatDateMMDDYYYY`
6363
assert.isFunction(formatDateMMDDYYYY);
6464
```
6565

66-
The function`formatDateMMDDYYYY` should take a single parameter.
66+
The function `formatDateMMDDYYYY` should take a single parameter.
6767

6868
```js
6969
assert.lengthOf(formatDateMMDDYYYY, 1);
@@ -91,7 +91,7 @@ You should have a function `formatDateLong`
9191
assert.isFunction(formatDateLong);
9292
```
9393

94-
The function`formatDateLong` should take a single a parameter.
94+
The function `formatDateLong` should take a single a parameter.
9595

9696
```js
9797
assert.lengthOf(formatDateLong, 1);

curriculum/challenges/english/25-front-end-development/lecture-what-is-css/672acc3f6f3e3c4e31ec3e12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Consider how inline-block strikes a balance between inline flow and size control
8686

8787
## --text--
8888

89-
In what situation would an element with d`isplay: inline-block;` behave differently than one with `display: block;`?
89+
In what situation would an element with `display: inline-block;` behave differently than one with `display: block;`?
9090

9191
## --answers--
9292

curriculum/challenges/english/25-front-end-development/lecture-working-with-strings-in-javascript/673263e80dd43da7df3ae565.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Watch the lecture video and answer the questions below.
1414

1515
## --text--
1616

17-
What does the inde`xOf method return if the substring is not found in the string?
17+
What does the `indexOf` method return if the substring is not found in the string?
1818

1919
## --answers--
2020

curriculum/challenges/english/25-front-end-development/quiz-html-accessibility/66ed9026f45ce3ece4053ebb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ What is the difference between the attributes `aria-label` and `aria-labelledby`
205205

206206
#### --distractors--
207207

208-
The `aria-label`and `aria-labelledby` attributes serve the same purpose.
208+
The `aria-label` and `aria-labelledby` attributes serve the same purpose.
209209

210210
---
211211

0 commit comments

Comments
 (0)