fix(curriculum): text spacing in video feedback (#59279)

This commit is contained in:
Supravisor
2025-03-18 00:40:19 +13:00
committed by GitHub
parent df1d2d51b4
commit 32b62cd63f
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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