Skip to content

Commit c40425a

Browse files
fredrocheronposva
authored andcommitted
docs(fr): Update redirect-and-alias.md (#2037)
Correction conjugaison
1 parent e9f3b14 commit c40425a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/fr/essentials/redirect-and-alias.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const router = new VueRouter({
2929
routes: [
3030
{ path: '/a', redirect: to => {
3131
// la fonction reçoit la route cible en tant qu'argument
32-
// retourné le chemin vers la nouvelle route ici.
32+
// retournez le chemin vers la nouvelle route ici.
3333
}}
3434
]
3535
})

0 commit comments

Comments
 (0)