From cf80b0a202f18a84fe2d8d5f0f8aa1506d98804f Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 23 Aug 2022 01:42:03 +0900 Subject: [PATCH] chore: typo (#15536) --- cli/npm/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/npm/mod.rs b/cli/npm/mod.rs index 16796b18a6..7de0f39ee2 100644 --- a/cli/npm/mod.rs +++ b/cli/npm/mod.rs @@ -58,7 +58,7 @@ pub trait NpmPackageResolver { /// Resolve the root folder of the package the provided specifier is in. /// - /// This will erorr when the provided specifier is not in an npm package. + /// This will error when the provided specifier is not in an npm package. fn resolve_package_from_specifier( &self, specifier: &ModuleSpecifier,