Skip to content

Commit

Permalink
docs: fix typo (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Mar 18, 2024
1 parent a1c0629 commit 73d5d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const { resolve } = require('pathe')

Read more about path utils from [Node.js documentation](https://nodejs.org/api/path.html) and rest assured behavior is ALWAYS like POSIX regardless of your input paths format and running platform!

### Extra utilties
### Extra utilities

Pathe exports some extra utilities that do not exist in standard Node.js [path module](https://nodejs.org/api/path.html).
In order to use them, you can import from `pathe/utils` subpath:
Expand Down

0 comments on commit 73d5d38

Please sign in to comment.