Skip to content

Commit

Permalink
Update docs/data/base/components/portal/portal.md
Browse files Browse the repository at this point in the history
Co-authored-by: Benny Joo <[email protected]>
  • Loading branch information
michaldudak and hbjORbj authored Mar 24, 2022
1 parent fa8dbf3 commit 8e01b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/base/components/portal/portal.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packageName: '@mui/base'

# Portal

<p class="description">The portal component renders its children into a new "subtree" outside of current DOM hierarchy.</p>
<p class="description">The portal component renders its children into a new "subtree" outside of the current DOM hierarchy.</p>

The children of the portal component will be appended to the `container` specified.
The component is used internally by the [`Modal`](/components/modal/) and [`Popper`](/components/popper/) components.
Expand Down

0 comments on commit 8e01b36

Please sign in to comment.