Skip to content

Commit e60257d

Browse files
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.`
1 parent 20258bd commit e60257d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This list is mainly about [CSS](https://developer.mozilla.org/docs/Web/CSS) –
4343

4444
## Selectors
4545

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.
4747
- [Advanced CSS Selectors](https://www.smashingmagazine.com/2009/08/taming-advanced-css-selectors/) - Level up your knowledge. From attribute selectors to CSS3 pseudo classes.
4848
- [CSS Diner](https://flukeout.github.io) - Learn how to use CSS selectors with this fun little game.
4949

0 commit comments

Comments
 (0)