changed typo "s blue" to "a blue" (#19839)

This commit is contained in:
vithoang
2018-10-23 16:02:04 -05:00
committed by Tracey Bushman
parent 95e8df6c47
commit 55e7827875

View File

@ -21,7 +21,7 @@ You can then style these elements with CSS. Classes are referenced with period (
}
```
This code will give s blue background and red text color to all the elements which have the `super-man` class.
This code will give a blue background and red text color to all the elements which have the `super-man` class.
[View this example on CodePen](https://codepen.io/Tlandis/pen/RLvomV).
You can also declare more than one class to your element, like: