From 9ca8da256b325107f5fdfa3c0e2641e243ed1feb Mon Sep 17 00:00:00 2001 From: chartgerink Date: Mon, 1 Dec 2025 10:07:20 +0100 Subject: [PATCH] Fix typo --- docs/pages/docs/quickstart.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/docs/quickstart.mdx b/docs/pages/docs/quickstart.mdx index b256bae0..54714b9c 100644 --- a/docs/pages/docs/quickstart.mdx +++ b/docs/pages/docs/quickstart.mdx @@ -29,7 +29,7 @@ Isoflow takes _100%_ of `width` and `height` of the containing block so make sur ### Integration with NextJS -Isoflow cannot be server-side rendered and has to be imported using `next/dyanmic`: +Isoflow cannot be server-side rendered and has to be imported using `next/dynamic`: ```jsx showLineNumbers filename="IsoflowDynamic.jsx" import dynamic from 'next/dynamic'; @@ -53,4 +53,4 @@ const App = () => { } export default App; -``` \ No newline at end of file +```