mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 07:00:41 -04:00
fix(curriculum): Corrected a small typo in the RWD curriculum (#65200)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user