From dbe217828d71794e85e7b03592639be0b81463cb Mon Sep 17 00:00:00 2001 From: Noritaka Kobayashi Date: Thu, 26 Jun 2025 13:34:53 +0900 Subject: chore: fix typos in comment-out (#1540) Co-authored-by: Scott Densmore --- packages/cli/src/config/sandboxConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/config') diff --git a/packages/cli/src/config/sandboxConfig.ts b/packages/cli/src/config/sandboxConfig.ts index d31bfc7f..5334c64b 100644 --- a/packages/cli/src/config/sandboxConfig.ts +++ b/packages/cli/src/config/sandboxConfig.ts @@ -58,7 +58,7 @@ function getSandboxCommand( ); process.exit(1); } - // confirm that specfied command exists + // confirm that specified command exists if (commandExists.sync(sandbox)) { return sandbox; } -- cgit v1.2.3