Skip to content

Commit

Permalink
chore(other): correct spell mistake (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
Azir-11 authored Jun 1, 2024
1 parent 086bad4 commit f185041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/guard/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function createRouteGuard(router: Router) {
next({ name: rootRoute });
}
},
// if is is constant route, then it is allowed to access directly
// if it is constant route, then it is allowed to access directly
{
condition: !needLogin,
callback: () => {
Expand Down

0 comments on commit f185041

Please sign in to comment.