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..9ca741cba0 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,8 @@ 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 +// With prop +// Without prop -``` \ No newline at end of file +```