diff --git a/8-web-components/5-slots-composition/article.md b/8-web-components/5-slots-composition/article.md index c41e26e05c..06c8c459d7 100644 --- a/8-web-components/5-slots-composition/article.md +++ b/8-web-components/5-slots-composition/article.md @@ -241,7 +241,7 @@ The flattened DOM looks like this: ## Menu example -Now let's back to ``, mentioned at the beginning of the chapter. +Now let's go back to ``, mentioned at the beginning of the chapter. We can use slots to distribute elements.