You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix typo in "Basic CSS Selectors" description (#26)
# Summary
In the resource description for "Basic CSS Selectors", the word `introducing` is incorrect and should be replaced with `introduction`.
## Problem
The sentence, `An introducing to the very basic CSS selectors you need to know.`, is incorrectly using the word `introducing`.
## Solution
The sentence should read, `An introduction to the very basic CSS selectors you need to know.`
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ This list is mainly about [CSS](https://developer.mozilla.org/docs/Web/CSS) –
43
43
44
44
## Selectors
45
45
46
-
-[Basic CSS Selectors](https://www.sitepoint.com/css-selectors/) - An introducing to the very basic CSS selectors you need to know.
46
+
-[Basic CSS Selectors](https://www.sitepoint.com/css-selectors/) - An introduction to the very basic CSS selectors you need to know.
47
47
-[Advanced CSS Selectors](https://www.smashingmagazine.com/2009/08/taming-advanced-css-selectors/) - Level up your knowledge. From attribute selectors to CSS3 pseudo classes.
48
48
-[CSS Diner](https://flukeout.github.io) - Learn how to use CSS selectors with this fun little game.
0 commit comments