From 6066ed5a86a3d47aee214156ca05f6adf7f4b140 Mon Sep 17 00:00:00 2001 From: Simon He <57086651+Simon-He95@users.noreply.github.com> Date: Sat, 9 Sep 2023 21:22:08 +0800 Subject: [PATCH] fix: typo (#14334) --- packages/vite/src/node/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vite/src/node/utils.ts b/packages/vite/src/node/utils.ts index 2aeae79302e067..1a5cd4f47c2d21 100644 --- a/packages/vite/src/node/utils.ts +++ b/packages/vite/src/node/utils.ts @@ -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