summaryrefslogtreecommitdiff
path: root/cli/tools/check.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/check.rs')
-rw-r--r--cli/tools/check.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/check.rs b/cli/tools/check.rs
index aa4b9db0a..75ac2dc96 100644
--- a/cli/tools/check.rs
+++ b/cli/tools/check.rs
@@ -268,7 +268,7 @@ fn get_check_hash(
}
}
- // Check if any of the top level npm pckages have changed. We could go
+ // Check if any of the top level npm packages have changed. We could go
// further and check all the individual npm packages, but that's
// probably overkill.
let mut package_reqs = package_reqs.into_iter().collect::<Vec<_>>();