Skip to content

Commit f289c99

Browse files
fix typo (#165)
1 parent 1fec36d commit f289c99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5959

6060
### Fixed
6161

62-
- 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!
62+
- 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!
6363

6464
## [3.3.1] - 2018-04-17
6565

src/match-path-sync.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function createMatchPath(
5656
* @param absolutePathMappings The paths to try as specified in tsconfig but resolved to absolute form.
5757
* @param requestedModule The required module name.
5858
* @param readJson Function that can read json from a path (useful for testing).
59-
* @param fileExists Function that checks for existance of a file at a path (useful for testing).
59+
* @param fileExists Function that checks for existence of a file at a path (useful for testing).
6060
* @param extensions File extensions to probe for (useful for testing).
6161
* @param mainFields A list of package.json field names to try when resolving module files.
6262
* @returns the found path, or undefined if no path was found.

0 commit comments

Comments
 (0)