Skip to content

Commit

Permalink
docs: improve wording (nuxt#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
josepjaume authored and TheAlexLichter committed Nov 21, 2018
1 parent 4bd509b commit 2851876
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion template/nuxt/middleware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
**This directory is not required, you can delete it if you don't want to use it.**

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).
Middleware let you define custom functions that can be run before rendering either a page or a group of pages.

More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing#middleware).
2 changes: 1 addition & 1 deletion template/nuxt/pages/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PAGES

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.
The framework reads all the `*.vue` files inside this directory and creates the router of your application.

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

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

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

More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/plugins).
2 changes: 1 addition & 1 deletion template/nuxt/store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
This directory contains your Vuex Store files.
Vuex Store option is implemented in the Nuxt.js framework.

Creating a file in this directory activate the option in the framework automatically.
Creating a file in this directory automatically activates the option in the framework.

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

0 comments on commit 2851876

Please sign in to comment.