From 25d841143b6f0ebc7337a99642d116fec52f093f Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sun, 11 Oct 2015 15:30:30 +0200 Subject: [PATCH] Replaced with --- source/guide/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guide/components.md b/source/guide/components.md index c4755dfd45..2e7d419348 100644 --- a/source/guide/components.md +++ b/source/guide/components.md @@ -527,7 +527,7 @@ Similarly, distributed content will be compiled in the parent scope. Parent content will be **discarded** unless the child component template contains at least one `` outlet. When there is only one slot with no attributes, the entire content fragment will be inserted at its position in the DOM, replacing the slot itself. -Anything originally inside the `` tags is considered **fallback content**. Fallback content is compiled in the child scope and will only be displayed if the hosting element is empty and has no content to be inserted. +Anything originally inside the `` tags is considered **fallback content**. Fallback content is compiled in the child scope and will only be displayed if the hosting element is empty and has no content to be inserted. Suppose we have a component with the following template: