From 3e76489474aba76477c236721443fb6accd00cfa 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 694010dfe7..345dee1556 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