Skip to content

Commit

Permalink
chore: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Jan 26, 2024
1 parent 3d20cea commit c1633f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/actions/startWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const startWorker = async (
});

if (response.status !== 200) {
throw Error(`Error startring new worker. Status: ${response.status}\nMessage: ${response.statusText}`);
throw Error(`Error starting new worker. Status: ${response.status}\nMessage: ${response.statusText}`);
}

const result = await response.json();
Expand Down

0 comments on commit c1633f8

Please sign in to comment.