Skip to content

Commit

Permalink
chore: fix docs typo (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jastor11 authored Sep 3, 2024
1 parent 890eb31 commit a843d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { isAbsolute, join, resolve } from 'node:path';
import { fileURLToPath } from 'node:url';

/**
* Resolve an abolsute path from {@link root}, but only
* Resolve an absolute path from {@link root}, but only
* if {@link input} isn't already absolute.
*
* @param input The path to resolve.
Expand Down

0 comments on commit a843d41

Please sign in to comment.