Skip to content

Commit

Permalink
chore: typo (#15536)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Aug 22, 2022
1 parent 7a1a082 commit cf80b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/npm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cf80b0a

Please sign in to comment.