diff --git a/site/content/tutorial/13-advanced-styling/03-style-directive/app-a/App.svelte b/site/content/tutorial/13-advanced-styling/04-style-directive/app-a/App.svelte similarity index 100% rename from site/content/tutorial/13-advanced-styling/03-style-directive/app-a/App.svelte rename to site/content/tutorial/13-advanced-styling/04-style-directive/app-a/App.svelte diff --git a/site/content/tutorial/13-advanced-styling/03-style-directive/app-b/App.svelte b/site/content/tutorial/13-advanced-styling/04-style-directive/app-b/App.svelte similarity index 100% rename from site/content/tutorial/13-advanced-styling/03-style-directive/app-b/App.svelte rename to site/content/tutorial/13-advanced-styling/04-style-directive/app-b/App.svelte diff --git a/site/content/tutorial/13-advanced-styling/03-style-directive/text.md b/site/content/tutorial/13-advanced-styling/04-style-directive/text.md similarity index 56% rename from site/content/tutorial/13-advanced-styling/03-style-directive/text.md rename to site/content/tutorial/13-advanced-styling/04-style-directive/text.md index 0e2ec87bfa..be1f6129db 100644 --- a/site/content/tutorial/13-advanced-styling/03-style-directive/text.md +++ b/site/content/tutorial/13-advanced-styling/04-style-directive/text.md @@ -13,4 +13,6 @@ Change the style attribute of the paragraph to the following: > ``` -Style directives share a few qualities with class directives. You can use a shorthand when the name of the property and the variable are the same. So `style:color="{color}"` can be written as just `style:color`. And just like class directives, the directives will take precedence if you set the same property through a style attribute. +The style directive shares a few qualities with the class directive. You can use a shorthand when the name of the property and the variable are the same. So `style:color="{color}"` can be written as just `style:color`. + +Similar to the class directive, the style directive will take precedence if you try to set the same property through a style attribute.