From a1cd7b776fce004bc8eeb5e571826862aea95599 Mon Sep 17 00:00:00 2001 From: Lavrentiy Rubtsov Date: Sun, 1 May 2022 19:02:44 +0600 Subject: [PATCH] add missing break line --- 8-web-components/5-slots-composition/article.md | 1 + 1 file changed, 1 insertion(+) diff --git a/8-web-components/5-slots-composition/article.md b/8-web-components/5-slots-composition/article.md index ada52a06..871ac711 100644 --- a/8-web-components/5-slots-composition/article.md +++ b/8-web-components/5-slots-composition/article.md @@ -130,6 +130,7 @@ For example, the second `` here is ignored (as it's not a top-level child If there are multiple elements in light DOM with the same slot name, they are appended into the slot, one after another. For example, this: + ```html John