diff --git a/docs/styling.md b/docs/styling.md index 7c97800e..6b311763 100644 --- a/docs/styling.md +++ b/docs/styling.md @@ -229,7 +229,7 @@ Style definitions of the (``) child component: ```css .root { - backgroundcolor: tomato; + background-color: tomato; border-radius: 50%; } ```