diff --git a/site/content/tutorial/03-props/02-default-values/text.md b/site/content/tutorial/03-props/02-default-values/text.md index dda6a370fe..d7dca3af54 100644 --- a/site/content/tutorial/03-props/02-default-values/text.md +++ b/site/content/tutorial/03-props/02-default-values/text.md @@ -13,6 +13,5 @@ We can easily specify default values for props: If we now instantiate the component without an `answer` prop, it will fall back to the default: ```html - - -``` \ No newline at end of file + +```