Skip to content

Commit

Permalink
Merge pull request vuetifyjs#14 from Wulthan/master
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
atinux authored Apr 13, 2017
2 parents 1c89751 + b8aa885 commit 4e0752f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion template/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This directory contains your un-compiled assets such as LESS, SASS, or JavaScript.

More informations about the usage of this directory in the documentation:
More information about the usage of this directory in the documentation:
https://nuxtjs.org/guide/assets#webpacked

**This directory is not required, to can delete it if you don't want to use it.**
2 changes: 1 addition & 1 deletion template/layouts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This directory contains your Application Layouts.

More informations about the usage of this directory in the documentation:
More information about the usage of this directory in the documentation:
https://nuxtjs.org/guide/views#layouts

**This directory is not required, to can delete it if you don't want to use it.**
2 changes: 1 addition & 1 deletion template/middleware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This directory contains your Application Middleware.
The middleware lets you define custom function to be ran before rendering a page or a group of pages (layouts).

More informations about the usage of this directory in the documentation:
More information about the usage of this directory in the documentation:
https://nuxtjs.org/guide/routing#middleware

**This directory is not required, to can delete it if you don't want to use it.**
2 changes: 1 addition & 1 deletion template/pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
This directory contains your Application Views and Routes.
The framework reads all the .vue files inside this directory and create the router of your application.

More informations about the usage of this directory in the documentation:
More information about the usage of this directory in the documentation:
https://nuxtjs.org/guide/routing
2 changes: 1 addition & 1 deletion template/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This directory contains your Javascript plugins that you want to run before instantiating the root vue.js application.

More informations about the usage of this directory in the documentation:
More information about the usage of this directory in the documentation:
https://nuxtjs.org/guide/plugins

**This directory is not required, to can delete it if you don't want to use it.**
2 changes: 1 addition & 1 deletion template/static/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Each file inside this directory is mapped to /.

Example: /static/robots.txt is mapped as /robots.txt.

More informations about the usage of this directory in the documentation:
More information about the usage of this directory in the documentation:
https://nuxtjs.org/guide/assets#static

**This directory is not required, to can delete it if you don't want to use it.**
2 changes: 1 addition & 1 deletion template/store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This directory contains your Vuex Store files.
Vuex Store option is implemented in the Nuxt.js framework.
Creating a index.js file in this directory activate the option in the framework automatically.

More informations about the usage of this directory in the documentation:
More information about the usage of this directory in the documentation:
https://nuxtjs.org/guide/vuex-store

**This directory is not required, to can delete it if you don't want to use it.**

0 comments on commit 4e0752f

Please sign in to comment.