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 +```