diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2022-08-23 01:42:03 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-22 12:42:03 -0400 |
commit | cf80b0a202f18a84fe2d8d5f0f8aa1506d98804f (patch) | |
tree | 6377ae4b49edea1813dfef60ab7b6292ad6a01e4 | |
parent | 7a1a082876298a4c9e37237074ea62942180d083 (diff) |
chore: typo (#15536)
-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, |