From 49cf48d75edd801ea870c848b913187b5c882798 Mon Sep 17 00:00:00 2001 From: Ragul <67683723+ragul1697@users.noreply.github.com> Date: Sat, 28 Sep 2024 10:05:50 +0530 Subject: [PATCH] Fix: Typo in nth-last-child (#36074) Update index.md --- files/en-us/web/css/_colon_nth-last-child/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/css/_colon_nth-last-child/index.md b/files/en-us/web/css/_colon_nth-last-child/index.md index 0e6326bdbf6467b..c5e1627607b9067 100644 --- a/files/en-us/web/css/_colon_nth-last-child/index.md +++ b/files/en-us/web/css/_colon_nth-last-child/index.md @@ -237,7 +237,7 @@ li:nth-last-child(odd of .noted) { #### Result -Items with `class="noted"` have a think bottom border and items 1, 7, 14, and 20 have a solid background as they are the _odd_ list items with `class="noted"`. +Items with `class="noted"` have a thick bottom border and items 1, 7, 14, and 20 have a solid background as they are the _odd_ list items with `class="noted"`. {{EmbedLiveSample('of_selector_syntax_example', 550, 120)}}