1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

fix small typo (#2030)

Not much to say on this one, I tend to fix typos everywhere I see them...
This commit is contained in:
Jorge Antunes 2017-05-20 21:38:53 +01:00 committed by Tim Neutkens
parent dcac093b55
commit 58f3403587

View file

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