diff options
-rw-r--r-- | cli/npm/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/npm/mod.rs b/cli/npm/mod.rs index 16796b18a..7de0f39ee 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, |