Skip to content

Commit 8bbcb7f

Browse files
author
hamilton1226
committed
docs(params): comment about params
cc @haeresis
1 parent a8282d3 commit 8bbcb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fr/essentials/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ En injectant le routeur, nous y avons accès à travers `this.$router`. Nous avo
7171
export default {
7272
computed: {
7373
username () {
74-
// Nous verrons pourquoi `params` est court.
74+
// Nous verrons ce que représente `params` en un instant.
7575
return this.$route.params.username
7676
}
7777
},

0 commit comments

Comments
 (0)