Skip to content

Commit

Permalink
fix: typo (#14334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Sep 9, 2023
1 parent d0eb803 commit 30df500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ export const isNonDriveRelativeAbsolutePath = (p: string): boolean => {

/**
* Determine if a file is being requested with the correct case, to ensure
* consistent behaviour between dev and prod and across operating systems.
* consistent behavior between dev and prod and across operating systems.
*/
export function shouldServeFile(filePath: string, root: string): boolean {
// can skip case check on Linux
Expand Down

0 comments on commit 30df500

Please sign in to comment.