[fix] Typo fix for background-color

Added dash to documentation
This commit is contained in:
Janne Koivistoinen 2018-05-21 13:26:39 +03:00 committed by Vesa Luusua
parent 0b3ec14637
commit 015a693c59

View file

@ -229,7 +229,7 @@ Style definitions of the (`<Circle />`) child component:
```css
.root {
backgroundcolor: tomato;
background-color: tomato;
border-radius: 50%;
}
```