From 8cd7c410364900346044b7282c75b17433f0522e Mon Sep 17 00:00:00 2001 From: Pedro Mass Date: Mon, 3 Jun 2019 20:04:57 -0400 Subject: [PATCH] fix example: Props/Default values Updated example code for calling component w/o props to show the default taking effect --- site/content/tutorial/03-props/02-default-values/text.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 + +```