From d76c1596c4e315dbdd1fc5fe6ad33e55ed6cc88c Mon Sep 17 00:00:00 2001 From: Icaro Alves <33491428+Roxicaro@users.noreply.github.com> Date: Thu, 15 Jan 2026 20:02:03 -0300 Subject: [PATCH] fix(curriculum): Corrected a small typo in the RWD curriculum (#65200) --- .../6729963b1ab11638753cf082.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/lecture-working-with-specialized-semantic-elements/6729963b1ab11638753cf082.md b/curriculum/challenges/english/blocks/lecture-working-with-specialized-semantic-elements/6729963b1ab11638753cf082.md index 0978fb5f8a3..12bbeed38ca 100644 --- a/curriculum/challenges/english/blocks/lecture-working-with-specialized-semantic-elements/6729963b1ab11638753cf082.md +++ b/curriculum/challenges/english/blocks/lecture-working-with-specialized-semantic-elements/6729963b1ab11638753cf082.md @@ -42,7 +42,7 @@ The strikethrough element, or `s` element for short, should be used to represent In this example, the first sentence is crossed out because the hike was canceled due to weather reasons. -The `s` element should never be used to just to show changes to a document. More appropriate elements in that case would be the deleted text element and the inserted text element. +The `s` element should never be used just to show changes to a document. More appropriate elements in that case would be the deleted text element and the inserted text element. The `ruby` element represents small text shown above or below the main text. It is typically used to show the pronunciation of East Asian characters. Here is the `ruby` element example from the MDN web docs page: