fix(curriculum): Corrected a small typo in the RWD curriculum (#65200)

This commit is contained in:
Icaro Alves
2026-01-15 20:02:03 -03:00
committed by GitHub
parent 1b118a3c80
commit d76c1596c4

View File

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