diff options
-rw-r--r-- | cli/npm/resolvers/local.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/npm/resolvers/local.rs b/cli/npm/resolvers/local.rs index 9cfe61b8e..5d8367e73 100644 --- a/cli/npm/resolvers/local.rs +++ b/cli/npm/resolvers/local.rs @@ -174,7 +174,7 @@ impl InnerNpmPackageResolver for LocalNpmPackageResolver { } } - // if doing type resolution, check for the existance of a @types package + // if doing type resolution, check for the existence of a @types package if mode.is_types() && !name.starts_with("@types/") { let sub_dir = join_package_name(current_folder, &types_package_name(name)); |