diff --git a/exercises/04.slots/01.problem.context/slots.tsx b/exercises/04.slots/01.problem.context/slots.tsx index 3f1a8ea9..c45ff444 100644 --- a/exercises/04.slots/01.problem.context/slots.tsx +++ b/exercises/04.slots/01.problem.context/slots.tsx @@ -14,6 +14,6 @@ export function Label(props: React.ComponentProps<'label'>) { } export function Input(props: React.ComponentProps<'input'>) { - // 🐨 get the props from useSlotProps for a slot called "label" and apply those to the input + // 🐨 get the props from useSlotProps for a slot called "input" and apply those to the input return }