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";