summaryrefslogtreecommitdiff
path: root/cli/npm/mod.rs
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2022-08-23 01:42:03 +0900
committerGitHub <noreply@github.com>2022-08-22 12:42:03 -0400
commitcf80b0a202f18a84fe2d8d5f0f8aa1506d98804f (patch)
tree6377ae4b49edea1813dfef60ab7b6292ad6a01e4 /cli/npm/mod.rs
parent7a1a082876298a4c9e37237074ea62942180d083 (diff)
chore: typo (#15536)
Diffstat (limited to 'cli/npm/mod.rs')
-rw-r--r--cli/npm/mod.rs2
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,