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

Commit

Permalink
chore: fix typo in comment (#10148)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Jan 19, 2023
1 parent 28a2a91 commit e908ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/resolve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async function existsSensitive (path: string) {
return dirFiles.includes(basename(path))
}

// Usage note: We assume path existance is already ensured
// Usage note: We assume path existence is already ensured
async function isDirectory (path: string) {
return (await fsp.lstat(path)).isDirectory()
}
Expand Down

0 comments on commit e908ebd

Please sign in to comment.