From 1a3665b612c001dc93d4ddd1ed78eebcbbc898a9 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 26 Dec 2022 17:24:25 +0900 Subject: chore(npm): fix typo in local.rs (#17186) --- cli/npm/resolvers/local.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') 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)); -- cgit v1.2.3