Skip to content

Commit a843d41

Browse files
authored
chore: fix docs typo (#1)
1 parent 890eb31 commit a843d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resolve.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { isAbsolute, join, resolve } from 'node:path';
33
import { fileURLToPath } from 'node:url';
44

55
/**
6-
* Resolve an abolsute path from {@link root}, but only
6+
* Resolve an absolute path from {@link root}, but only
77
* if {@link input} isn't already absolute.
88
*
99
* @param input The path to resolve.

0 commit comments

Comments
 (0)