diff --git a/readme.md b/readme.md index cedf2452..3843e3c5 100644 --- a/readme.md +++ b/readme.md @@ -867,7 +867,7 @@ Note: we recommend putting `.next`, or your custom dist folder (Please have a lo ## Static HTML export -This is a way to run your Next.js app as a standalone static app without any Node.js server. The export app supports almost every feature of Next.js including dyanmic urls, prefetching, preloading and dynamic imports. +This is a way to run your Next.js app as a standalone static app without any Node.js server. The export app supports almost every feature of Next.js including dynamic urls, prefetching, preloading and dynamic imports. ### Usage