From 32b62cd63f12b1d018bdbbdd8737247ec0e52e94 Mon Sep 17 00:00:00 2001 From: Supravisor <153783117+Supravisor@users.noreply.github.com> Date: Tue, 18 Mar 2025 00:40:19 +1300 Subject: [PATCH] fix(curriculum): text spacing in video feedback (#59279) --- .../basic-css/give-a-background-color-to-a-div-element.md | 2 +- .../6606e2f27f19ca5f398c6aed.md | 2 +- .../658195600d516b37e310fbf2.md | 2 +- .../learn-how-to-share-feedback/679aa0edf4fe16ac13066b10.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-css/give-a-background-color-to-a-div-element.md b/curriculum/challenges/english/01-responsive-web-design/basic-css/give-a-background-color-to-a-div-element.md index bec6f5b5db3..3a626483884 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-css/give-a-background-color-to-a-div-element.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-css/give-a-background-color-to-a-div-element.md @@ -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')); diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/learn-classes-and-objects-by-building-a-sudoku-solver/6606e2f27f19ca5f398c6aed.md b/curriculum/challenges/english/07-scientific-computing-with-python/learn-classes-and-objects-by-building-a-sudoku-solver/6606e2f27f19ca5f398c6aed.md index 6860061dfdb..1b7aee39619 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/learn-classes-and-objects-by-building-a-sudoku-solver/6606e2f27f19ca5f398c6aed.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/learn-classes-and-objects-by-building-a-sudoku-solver/6606e2f27f19ca5f398c6aed.md @@ -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-- diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-have-a-conversation-about-preferences-and-motivations/658195600d516b37e310fbf2.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-have-a-conversation-about-preferences-and-motivations/658195600d516b37e310fbf2.md index 75538bf61c8..2f59e3f34b6 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-have-a-conversation-about-preferences-and-motivations/658195600d516b37e310fbf2.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-have-a-conversation-about-preferences-and-motivations/658195600d516b37e310fbf2.md @@ -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. --- diff --git a/curriculum/challenges/english/24-b1-english-for-developers/learn-how-to-share-feedback/679aa0edf4fe16ac13066b10.md b/curriculum/challenges/english/24-b1-english-for-developers/learn-how-to-share-feedback/679aa0edf4fe16ac13066b10.md index d22c7fa191b..6f2d421a559 100644 --- a/curriculum/challenges/english/24-b1-english-for-developers/learn-how-to-share-feedback/679aa0edf4fe16ac13066b10.md +++ b/curriculum/challenges/english/24-b1-english-for-developers/learn-how-to-share-feedback/679aa0edf4fe16ac13066b10.md @@ -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.