Skip to content

Commit 30df500

Browse files
authored
fix: typo (#14334)
1 parent d0eb803 commit 30df500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ export const isNonDriveRelativeAbsolutePath = (p: string): boolean => {
11861186

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

0 commit comments

Comments
 (0)