diff --git a/exercises/04.slots/03.problem.prop/README.mdx b/exercises/04.slots/03.problem.prop/README.mdx
index 5feb3161..62e8affe 100644
--- a/exercises/04.slots/03.problem.prop/README.mdx
+++ b/exercises/04.slots/03.problem.prop/README.mdx
@@ -9,11 +9,10 @@ should have based on which slot they're taking.
In fact, we could do this with the `Switch` as well!
-🧝♂️ I've added `Text` and `Switch` components to the
-
- file for you to use. These are both already wired
-up to consume a `slot` named `text` and `switch`. You can
-check the diff for details.
+🧝♂️ I've added `Text` and `Switch` components to
+the file for you to use. These are both already
+wired up to consume a `slot` named `text` and `switch`. You
+can check the diff for details.
What we want to do in this exercise is add a `slot` prop to each of our slot
components so the slot they're taking can be defined by the parent component.