Skip to content

Commit

Permalink
Small copy change from review
Browse files Browse the repository at this point in the history
  • Loading branch information
lohnn authored Oct 19, 2023
1 parent 1d33103 commit 2ad0b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/melos/lib/src/commands/bootstrap.dart
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ mixin _BootstrapMixin on _CleanMixin {
}) {
if (workspaceDependencies == null) return 0;
// Filter out the packages that do not exist in package and only the
// dependencies that has a different version specified in the workspace.
// dependencies that have a different version specified in the workspace.
final dependenciesToUpdate = workspaceDependencies.entries.where((entry) {
if (!packageDependencies.containsKey(entry.key)) return false;
if (packageDependencies[entry.key] == entry.value) return false;
Expand Down

0 comments on commit 2ad0b6e

Please sign in to comment.