From de80ae72c3db8853109b39a841cd6562b65e45af Mon Sep 17 00:00:00 2001 From: Conduitry Date: Sat, 9 Nov 2019 14:32:22 -0500 Subject: [PATCH] site: clarify bind component prop docs (#3484) --- site/content/docs/02-template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 694010dfe72b..345dee155617 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -1146,7 +1146,7 @@ bind:property={variable} --- -You can bind to component props using the same mechanism. +You can bind to component props using the same syntax as for elements. ```html