summaryrefslogtreecommitdiff
path: root/cli/npm/resolution.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-09-02 11:21:40 -0400
committerGitHub <noreply@github.com>2022-09-02 11:21:40 -0400
commit03e6727a0461bf83865f6f0412f4fb8990cf27e6 (patch)
treef4fc8193c83b0a4f4864f0861029321f974b255e /cli/npm/resolution.rs
parent387300aed0133e369af090d3795a1fce89603737 (diff)
fix(npm): correct exact matching of pre-release versions (#15745)
Diffstat (limited to 'cli/npm/resolution.rs')
-rw-r--r--cli/npm/resolution.rs2
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(),