Skip to content

Commit

Permalink
chore: fix typo in comment (#7370)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangrenyang committed Mar 18, 2022
1 parent 1e9615d commit e682863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/server/transformRequest.ts
Expand Up @@ -63,7 +63,7 @@ export function transformRequest(
// In all cases, the next time this module is requested, it should be
// re-processed.
//
// We save the timestap when we start processing and compare it with the
// We save the timestamp when we start processing and compare it with the
// last time this module is invalidated
const timestamp = Date.now()

Expand Down

0 comments on commit e682863

Please sign in to comment.