diff options
-rw-r--r-- | src/install/lockfile.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install/lockfile.zig b/src/install/lockfile.zig index a9bee2d27..a3e51f59f 100644 --- a/src/install/lockfile.zig +++ b/src/install/lockfile.zig @@ -672,7 +672,7 @@ pub fn cleanWithLogger( // If yes, choose that version instead. // Why lower? // - // Normally, the problem is looks like this: + // Normally, the problem looks like this: // Package A: "react@^17" // Package B: "react@17.0.1 // |