Update index.md (#18907)

This commit is contained in:
pakchrishtml
2018-10-14 00:08:52 -04:00
committed by Randell Dawson
parent cee60d34b6
commit b82c154c74

View File

@ -11,7 +11,7 @@ selector {
```
Everything inside the curly brackets styles whatever is selected by the [selector]. Inside a CSS rules is a set of [property]/value pairs.
You can have different selectors seperated with comas:
You can have different selectors seperated with commas:
```CSS
selector1,
selector2 {