From 5aa2d8404b0001a079ff52cb954d003eecf6ded3 Mon Sep 17 00:00:00 2001 From: wonda-tea-coffee Date: Sun, 27 Jun 2021 17:04:00 +0900 Subject: [PATCH] fix typo --- CHANGELOG.md | 2 +- src/match-path-sync.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a382e7e..698e1e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/match-path-sync.ts b/src/match-path-sync.ts index 2c644cf..b315a3c 100644 --- a/src/match-path-sync.ts +++ b/src/match-path-sync.ts @@ -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.