From 20a8d0c314f033824368ebe2ee4acf1e96cdf916 Mon Sep 17 00:00:00 2001 From: Kirankumar Ambati Date: Sun, 23 Feb 2020 22:12:16 +0530 Subject: [PATCH] chore: easy wording --- .../tutorial/01-introduction/03-dynamic-attributes/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/01-introduction/03-dynamic-attributes/text.md b/site/content/tutorial/01-introduction/03-dynamic-attributes/text.md index c503b4f548..506f840c8c 100644 --- a/site/content/tutorial/01-introduction/03-dynamic-attributes/text.md +++ b/site/content/tutorial/01-introduction/03-dynamic-attributes/text.md @@ -27,7 +27,7 @@ We can use curly braces *inside* attributes. Try changing it to `"{name} dances. ## Shorthand attributes -It's not uncommon to have an attribute where the name and value are the same, like `src={src}`. Svelte gives us a convenient shorthand for these cases: +It's common to have an attribute where the name and value are the same, like `src={src}`. Svelte gives us a convenient shorthand for these cases: ```html A man dances.