diff --git a/exercises/hello-workflow/practice/src/worker.ts b/exercises/hello-workflow/practice/src/worker.ts index 5e62421..d595373 100644 --- a/exercises/hello-workflow/practice/src/worker.ts +++ b/exercises/hello-workflow/practice/src/worker.ts @@ -18,7 +18,7 @@ async function run() { workflowsPath: require.resolve('./workflows'), }); - // Step 3: Start accepting tasks on the `greeting-tasks` queue + // Step 3: Start accepting tasks on the `hello-world` queue // // The worker runs until it encounters an unexepected error or the process receives a shutdown signal registered on // the SDK Runtime object.