diff --git a/docs/latest/concepts/islands.md b/docs/latest/concepts/islands.md index f0b46fb85e3..a39c628e18d 100644 --- a/docs/latest/concepts/islands.md +++ b/docs/latest/concepts/islands.md @@ -162,7 +162,7 @@ function randomNumber() { return Math.floor(Math.random() * 100); } -export default function MyIsland({ children, foo }: Props) { +export default function OtherIsland({ children, foo }: Props) { const number = useSignal(randomNumber()); return (