From 45c6d0f16e2da51612d2dd4202a2f1f597a1c07d Mon Sep 17 00:00:00 2001 From: rspt Date: Mon, 25 Sep 2017 16:04:26 +0200 Subject: [PATCH] Better description for Guide/Routing - View #239 --- en/guide/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/guide/routing.md b/en/guide/routing.md index e7bf02589..130c8ab61 100644 --- a/en/guide/routing.md +++ b/en/guide/routing.md @@ -1,6 +1,6 @@ --- title: Routing -description: Nuxt.js use the file-system to generate the routes of your web applications, it's as simple as PHP to create routes. +description: Nuxt.js use the file-system to generate the routes of your web applications. --- > Nuxt.js generates automatically the [vue-router](https://github.com/vuejs/vue-router) configuration according to your file tree of Vue files inside the `pages` directory.