diff options
Diffstat (limited to 'cli/npm/resolution.rs')
-rw-r--r-- | cli/npm/resolution.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/npm/resolution.rs b/cli/npm/resolution.rs index b6d643bb1..4f46bbed4 100644 --- a/cli/npm/resolution.rs +++ b/cli/npm/resolution.rs @@ -514,7 +514,7 @@ fn get_resolved_package_version_and_info( None => bail!( concat!( "Could not find npm package '{}' matching {}{}. ", - "Try retreiving the latest npm package information by running with --reload", + "Try retrieving the latest npm package information by running with --reload", ), pkg_name, version_matcher.version_text(), |