Skip to content

Commit 0645b64

Browse files
committed
Typo nit
1 parent 6e25611 commit 0645b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/optimize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ export const optimize: CliSubcommand = {
907907
[wrapperPath, 'install', '--silent'],
908908
npmSpawnOptions
909909
)
910-
// TODO: This is a temporary workaround for an `npm ci` bug where it
910+
// TODO: This is a temporary workaround for a `npm ci` bug where it
911911
// will error out after Socket Optimize generates a lock file. More
912912
// investigation is needed.
913913
await spawn(

0 commit comments

Comments
 (0)