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.