Skip to content

Commit d7ef92e

Browse files
authored
Merge pull request #530 from JohanGuntherKrogevoll/patch-1
Fixed typo in nuxt.md
2 parents 36067db + 670d7f6 commit d7ef92e

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)