Skip to content

Commit b8e023e

Browse files
review: fix copilot comment
1 parent 0cd9ff9 commit b8e023e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ export async function wait<T = unknown>(time: number, value?: T): Promise<T | un
1313
}
1414

1515
export function normalizePathSlashes(path: string) {
16-
// Prevent multiple slashes when concatinating path parts
16+
// Prevent multiple slashes when concatenating path parts
1717
return path.replaceAll(/([^:])(\/\/+)/g, '$1/');
1818
}

0 commit comments

Comments
 (0)