spelling: fall back

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2026-01-28 06:34:30 -05:00
parent d3fdef18ef
commit bddb73e344

View file

@ -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';