fix: correct typo in integration section of quickstart docs

This commit is contained in:
Abhinav Kumar
2025-07-05 13:18:39 +05:30
parent afa495caab
commit 1256d30b68

View File

@@ -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';