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 0cd9ff9 commit b8e023eCopy full SHA for b8e023e
src/utils/index.ts
@@ -13,6 +13,6 @@ export async function wait<T = unknown>(time: number, value?: T): Promise<T | un
13
}
14
15
export function normalizePathSlashes(path: string) {
16
- // Prevent multiple slashes when concatinating path parts
+ // Prevent multiple slashes when concatenating path parts
17
return path.replaceAll(/([^:])(\/\/+)/g, '$1/');
18
0 commit comments