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: