From 3f3fb1a6618bbeffbad48d537c436535fe1c2568 Mon Sep 17 00:00:00 2001 From: Rahul Rao <63695122+rahulrao0209@users.noreply.github.com> Date: Mon, 23 Jun 2025 21:23:32 +0530 Subject: [PATCH] Fix Slots-composition article typo --- 8-web-components/5-slots-composition/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.