From dc2ac144b7059ec2d66f1e90316df40d3822c8b5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 21 Jul 2025 17:54:44 -0400 Subject: Various spelling improvements (#3497) Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Co-authored-by: Sandy Tao --- packages/cli/src/ui/utils/commandUtils.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/ui/utils/commandUtils.test.ts') diff --git a/packages/cli/src/ui/utils/commandUtils.test.ts b/packages/cli/src/ui/utils/commandUtils.test.ts index 158a5f7a..4bd48cee 100644 --- a/packages/cli/src/ui/utils/commandUtils.test.ts +++ b/packages/cli/src/ui/utils/commandUtils.test.ts @@ -200,7 +200,7 @@ describe('commandUtils', () => { expect(mockChild.stdin.end).toHaveBeenCalled(); }); - it('should fallback to xsel when xclip fails', async () => { + it('should fall back to xsel when xclip fails', async () => { const testText = 'Hello, world!'; let callCount = 0; -- cgit v1.2.3