Skip to content

Commit

Permalink
fix typo (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonda-tea-coffee committed Jun 27, 2021
1 parent 1fec36d commit f289c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -59,7 +59,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

- Adding json file extention to extends property, [#40](https://github.com/dividab/tsconfig-paths/pull/40). Thanks to [@cwhite-connectfirst](https://github.com/cwhite-connectfirst) for this fixing this!
- Adding json file extension to extends property, [#40](https://github.com/dividab/tsconfig-paths/pull/40). Thanks to [@cwhite-connectfirst](https://github.com/cwhite-connectfirst) for this fixing this!

## [3.3.1] - 2018-04-17

Expand Down
2 changes: 1 addition & 1 deletion src/match-path-sync.ts
Expand Up @@ -56,7 +56,7 @@ export function createMatchPath(
* @param absolutePathMappings The paths to try as specified in tsconfig but resolved to absolute form.
* @param requestedModule The required module name.
* @param readJson Function that can read json from a path (useful for testing).
* @param fileExists Function that checks for existance of a file at a path (useful for testing).
* @param fileExists Function that checks for existence of a file at a path (useful for testing).
* @param extensions File extensions to probe for (useful for testing).
* @param mainFields A list of package.json field names to try when resolving module files.
* @returns the found path, or undefined if no path was found.
Expand Down

0 comments on commit f289c99

Please sign in to comment.