We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0eb803 commit 30df500Copy full SHA for 30df500
packages/vite/src/node/utils.ts
@@ -1186,7 +1186,7 @@ export const isNonDriveRelativeAbsolutePath = (p: string): boolean => {
1186
1187
/**
1188
* Determine if a file is being requested with the correct case, to ensure
1189
- * consistent behaviour between dev and prod and across operating systems.
+ * consistent behavior between dev and prod and across operating systems.
1190
*/
1191
export function shouldServeFile(filePath: string, root: string): boolean {
1192
// can skip case check on Linux
0 commit comments