diff options
Diffstat (limited to 'cli/npm/managed')
-rw-r--r-- | cli/npm/managed/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/npm/managed/mod.rs b/cli/npm/managed/mod.rs index 1561d3969..8f82ddea2 100644 --- a/cli/npm/managed/mod.rs +++ b/cli/npm/managed/mod.rs @@ -324,7 +324,7 @@ impl ManagedCliNpmResolver { Ok(path) } - /// Resolves the package nv from the provided specifier. + /// Resolves the package id from the provided specifier. pub fn resolve_pkg_id_from_specifier( &self, specifier: &ModuleSpecifier, |