From 63beaea30f882c24738775a127f71af8130318de Mon Sep 17 00:00:00 2001 From: Samuel Urbanowicz Date: Tue, 25 May 2021 21:51:49 +0200 Subject: [PATCH] Fix typo in Compose Web tutorial --- tutorials/Web/Style_Dsl/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/Web/Style_Dsl/README.md b/tutorials/Web/Style_Dsl/README.md index 5916a11f01..7c1e831d0f 100644 --- a/tutorials/Web/Style_Dsl/README.md +++ b/tutorials/Web/Style_Dsl/README.md @@ -99,7 +99,7 @@ object AppStylesheet : StyleSheet() { } // A convenient way to create a class selector - // AppStylesheet.container can be used a class name in components + // AppStylesheet.container can be used as a class in component attrs val container by style { color("red") @@ -158,4 +158,4 @@ object MyStyleSheet: StyleSheet() { backgroundColor(MyVariables.contentBackgroundColor.value(Color("#333"))) } } -``` \ No newline at end of file +```