Skip to content

Commit

Permalink
chore(share): fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Apr 8, 2024
1 parent 38ca28e commit 70e5cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/share/src/lib/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function shouldEnableMiddleware(
if (matched) {
return false
}
// if not mathched, continue to check match rules
// if not matched, continue to check match rules
}

if (Array.isArray(match) && match.length) {
Expand Down

0 comments on commit 70e5cd3

Please sign in to comment.