Skip to content

Commit e2f0a11

Browse files
committed
docs(fr): fix grammar
1 parent e5778d7 commit e2f0a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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 ce que représente `params` en un instant.
74+
// Nous verrons ce que représente `params` dans un instant.
7575
return this.$route.params.username
7676
}
7777
},

0 commit comments

Comments
 (0)