Skip to content

Commit

Permalink
fix: typo (vitejs#14334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 authored and Gaubee committed Sep 13, 2023
1 parent 1a435c4 commit 6066ed5
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 6066ed5

Please sign in to comment.