From bddb73e34411838e6b955f5e78c048e1a297c656 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 28 Jan 2026 06:34:30 -0500 Subject: [PATCH] spelling: fall back Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- __tests__/setup-go.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/setup-go.test.ts b/__tests__/setup-go.test.ts index 1c82c9c..6b4f7cf 100644 --- a/__tests__/setup-go.test.ts +++ b/__tests__/setup-go.test.ts @@ -756,7 +756,7 @@ describe('setup-go', () => { ); }); - it('fallback to dist if version is not found in manifest', async () => { + it('fall back to dist if version is not found in manifest', async () => { os.platform = 'linux'; os.arch = 'x64'; @@ -793,7 +793,7 @@ describe('setup-go', () => { expect(cnSpy).toHaveBeenCalledWith(`::add-path::${expPath}${osm.EOL}`); }); - it('fallback to dist if manifest is not available', async () => { + it('fall back to dist if manifest is not available', async () => { os.platform = 'linux'; os.arch = 'x64';