Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit e908ebd

Browse files
authored
chore: fix typo in comment (#10148)
1 parent 28a2a91 commit e908ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/resolve.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ async function existsSensitive (path: string) {
141141
return dirFiles.includes(basename(path))
142142
}
143143

144-
// Usage note: We assume path existance is already ensured
144+
// Usage note: We assume path existence is already ensured
145145
async function isDirectory (path: string) {
146146
return (await fsp.lstat(path)).isDirectory()
147147
}

0 commit comments

Comments
 (0)