Skip to content

Commit 670d7f6

Browse files
Fixed typo in nuxt.md
Changed "forlder" to folder.
1 parent 47cb649 commit 670d7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/generators/nuxt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Nuxt will help you generate and deploy a Vue.js Web Application faster than befo
3333
[Vue SSR](https://vuejs.org/v2/guide/ssr.html) is used to generate pages for both client and server;
3434
It's called Isomorphic/ Universal rendering.
3535

36-
Then you can run `nuxt generate` to generate your static website into a ./dist forlder and deploy it everywhere:
36+
Then you can run `nuxt generate` to generate your static website into a ./dist folder and deploy it everywhere:
3737

3838
Netlify, GitHub Pages, GitLab, AWS3, etc.
3939

0 commit comments

Comments
 (0)