From 0dc77d209a1a05e1c5ffa8e6ee896b3ff49415e1 Mon Sep 17 00:00:00 2001 From: Benjamin Honorio Date: Wed, 8 Sep 2021 23:57:12 -0500 Subject: [PATCH] Fix typo in self check Should refer to p instead of div for the odd numbered elements --- foundations/02-class-id-selectors/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/02-class-id-selectors/README.md b/foundations/02-class-id-selectors/README.md index b5417f6..b8080a9 100644 --- a/foundations/02-class-id-selectors/README.md +++ b/foundations/02-class-id-selectors/README.md @@ -17,6 +17,6 @@ Quick tip: in VS Code, you can change which format colors are displayed in (RGB, ### Self Check -- Do the odd numbered `div` elements share a class? +- Do the odd numbered `p` elements share a class? - Do the even numbered `div` elements have unique ID's? - Does the 3rd `div` element have multiple classes?