diff --git a/nuxtjs.org/content/.1.learn/1.usage/8.pages.md b/nuxtjs.org/content/.1.learn/1.usage/8.pages.md index 4954a6286..6ddf6082c 100644 --- a/nuxtjs.org/content/.1.learn/1.usage/8.pages.md +++ b/nuxtjs.org/content/.1.learn/1.usage/8.pages.md @@ -112,7 +112,7 @@ If you've defined a file named `_slug.vue` in your pages folder, you can access ``` -If you've defined a file named \_slug.vue inside a folder called \_book you can access the value using the context with params.slug and params.book +If you've defined a file named `_slug.vue` inside a folder called `_book` you can access the value using the context with `params.slug` and `params.book` ```html{}[pages/_book/_slug.vue]