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,