Skip to content

Commit 38583cc

Browse files
authored
fix: correct pronoun agreement in portal docs sentence
1 parent ffb5eeb commit 38583cc

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)