Skip to content

Commit

Permalink
fixed typo (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsaoluElijah committed Sep 3, 2020
1 parent 36f51ca commit 9619a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/guides/directory-structure/pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ If you've defined a file named `_slug.vue` in your pages folder, you can access
</script>
```

If you've defined a file named \_slug.vue inside a folder called \_book.vue 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]
<template>
Expand Down

0 comments on commit 9619a6e

Please sign in to comment.