diff --git a/8-web-components/5-slots-composition/article.md b/8-web-components/5-slots-composition/article.md index 871ac711..c35824a9 100644 --- a/8-web-components/5-slots-composition/article.md +++ b/8-web-components/5-slots-composition/article.md @@ -269,7 +269,7 @@ The shadow DOM template with proper slots: ``` 1. `` goes into ``. -2. There are many `
  • ` in the template, but only one `` in the template. So all such `
  • ` are appended to `` one after another, thus forming the list. +2. There are many `
  • ` in the ``, but only one `` in the template. So all such `
  • ` are appended to `` one after another, thus forming the list. The flattened DOM becomes: