diff --git a/docs/docs/react/dom/portal.mdx b/docs/docs/react/dom/portal.mdx
index 14277c1..43ce281 100644
--- a/docs/docs/react/dom/portal.mdx
+++ b/docs/docs/react/dom/portal.mdx
@@ -25,7 +25,7 @@ function App() {
{/* By default portal will render content to new div in end of body */}
- {open && (
+ {modalOpen && (