mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 10:00:39 -04:00
fix(curriculum): text spacing in video feedback (#59279)
This commit is contained in:
@@ -25,7 +25,7 @@ Create a class called `silver-background` with the `background-color` of `silver
|
||||
|
||||
# --hints--
|
||||
|
||||
Your`div` element should have the class `silver-background`.
|
||||
Your `div` element should have the class `silver-background`.
|
||||
|
||||
```js
|
||||
assert.isTrue(document.querySelector('div').classList.contains('silver-background'));
|
||||
|
||||
@@ -9,7 +9,7 @@ dashedName: step-52
|
||||
|
||||
Next, you'll work on a method that attempts to solve the sudoku in-place, meaning it will modify the existing sudoku board rather than creating a new one.
|
||||
|
||||
Within the `Board` class, create a method named`solver` and give it a single parameter, `self`.
|
||||
Within the `Board` class, create a method named `solver` and give it a single parameter, `self`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ The meetings have no impact on him
|
||||
|
||||
### --feedback--
|
||||
|
||||
If something`gets to you` they have an impact on you.
|
||||
If something `gets to you` they have an impact on you.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ This word is used to express a possibility or something that could happen.
|
||||
|
||||
# --explanation--
|
||||
|
||||
T`To agree` means to share the same opinion or to be in harmony with someone else's view. For example:
|
||||
`To agree` means to share the same opinion or to be in harmony with someone else's view. For example:
|
||||
|
||||
`We all agree that teamwork is essential for success.` - This means everyone shares the same opinion about the importance of teamwork.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user