From 015a693c5929a42eec56f0c9cab2d0c3e4d14f47 Mon Sep 17 00:00:00 2001 From: Janne Koivistoinen Date: Mon, 21 May 2018 13:26:39 +0300 Subject: [PATCH] [fix] Typo fix for background-color Added dash to documentation --- docs/styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styling.md b/docs/styling.md index 7c97800e48..6b311763aa 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%; } ```