From ce691306560c2465a7797b5da380149a5a716243 Mon Sep 17 00:00:00 2001 From: cloudymeatball <84962805+cloudymeatball@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:32:56 -0700 Subject: [PATCH] Update 06-component-directives.md added "or emitted" --- .../docs/02-template-syntax/06-component-directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/02-template-syntax/06-component-directives.md b/documentation/docs/02-template-syntax/06-component-directives.md index 4ea6aa23d0..d127c322df 100644 --- a/documentation/docs/02-template-syntax/06-component-directives.md +++ b/documentation/docs/02-template-syntax/06-component-directives.md @@ -37,7 +37,7 @@ As with DOM events, if the `on:` directive is used without a value, the event wi ``` -> Components can only listen to events forwarded by their direct child components or elements. +> Components can only listen to events forwarded or emitted by their direct child components or elements. ## --style-props