Skip to content

Commit a21680d

Browse files
committed
docs($router): Phan review
1 parent f151ded commit a21680d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/essentials/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ By injecting the router, we get access to it as `this.$router` as well as the cu
7171
export default {
7272
computed: {
7373
username () {
74-
// We will see what params are shortly
74+
// We will see what `params` is shortly
7575
return this.$route.params.username
7676
}
7777
},

0 commit comments

Comments
 (0)