Skip to content

Commit a1c28e0

Browse files
Portal docs: fix singular pronoun agreement in control-flow page (#1528)
* Initial plan * fix: correct pronoun agreement in portal docs sentence --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent cf0e544 commit a1c28e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/(0)concepts/(1)control-flow/(4)portal.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: >-
1919
---
2020

2121
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.
22-
[`<Portal>`](/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.
22+
[`<Portal>`](/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.
2323

2424
```jsx
2525
import { Portal } from "solid-js/web";

0 commit comments

Comments
 (0)