From 026a335af77dd0f6f6bf8bfcce247153331ae8a0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 31 May 2026 19:46:46 +0000 Subject: [PATCH 1/2] Initial plan From 38583ccf575e1585336b9c6eede5b61b3ec2fe25 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 31 May 2026 19:51:03 +0000 Subject: [PATCH 2/2] fix: correct pronoun agreement in portal docs sentence --- src/routes/(0)concepts/(1)control-flow/(4)portal.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(0)concepts/(1)control-flow/(4)portal.mdx b/src/routes/(0)concepts/(1)control-flow/(4)portal.mdx index f5725cb27..4e5c0ef99 100644 --- a/src/routes/(0)concepts/(1)control-flow/(4)portal.mdx +++ b/src/routes/(0)concepts/(1)control-flow/(4)portal.mdx @@ -19,7 +19,7 @@ description: >- --- When an element requires rendering outside of the usual document flow, challenges related to stacking contents and z-index can interfere with the desired intention or look of an application. -[``](/reference/components/portal) helps with this by putting elements in a different place in the document, bringing an element into the document flow so they can render as expected. +[``](/reference/components/portal) helps with this by putting elements in a different place in the document, bringing an element into the document flow so it can render as expected. ```jsx import { Portal } from "solid-js/web";