diff --git a/8-web-components/5-slots-composition/article.md b/8-web-components/5-slots-composition/article.md index ada52a06a9..f951b2a856 100644 --- a/8-web-components/5-slots-composition/article.md +++ b/8-web-components/5-slots-composition/article.md @@ -268,7 +268,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: