From 0f76a93863feac3fdc9335c288bfd3b750880c97 Mon Sep 17 00:00:00 2001 From: gtm-nayan Date: Sun, 20 Feb 2022 21:34:02 +0545 Subject: [PATCH] however --- .../tutorial/13-advanced-styling/03-inline-styles/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/13-advanced-styling/03-inline-styles/text.md b/site/content/tutorial/13-advanced-styling/03-inline-styles/text.md index db424e67e8..cea988e828 100644 --- a/site/content/tutorial/13-advanced-styling/03-inline-styles/text.md +++ b/site/content/tutorial/13-advanced-styling/03-inline-styles/text.md @@ -9,7 +9,7 @@ Add the following style attribute to the paragraph element: Great, now you can style the paragraph using variables that can change based on your input and you don't have to make a class for every possible value. -This can get unwieldly if you have to spread the style directive over multiple lines for readability, and missing any of the semicolons will make it invalid. Svelte provides a nicer way to write inline styles and that is to use the style directive like this: +This can however get unwieldly if you have to write a rather long string, and missing any of the semicolons will make it invalid. Svelte provides a nicer way to write inline styles and that is to use the style directive like this: ```html