From 75a06a3f907ff3dbcda0b79a155d7aa6a6191745 Mon Sep 17 00:00:00 2001 From: Erica Sadun Date: Fri, 6 Dec 2024 14:12:48 -0700 Subject: [PATCH] EDU-3674: Fixes typo from reversion to TypeScript wording --- docs/getting_started/java/first_program_in_java/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/java/first_program_in_java/index.md b/docs/getting_started/java/first_program_in_java/index.md index 6906d0f5..dae240e2 100644 --- a/docs/getting_started/java/first_program_in_java/index.md +++ b/docs/getting_started/java/first_program_in_java/index.md @@ -648,7 +648,7 @@ You need at least one Worker running to execute your Workflows. You'll start the ## Start a Worker -A Worker is responsible for executing pieces of Workflow and Activity code. In this project, the file `Program.cs` contains the code for the Worker within the MoneyTransferWorker project. +A Worker is responsible for executing pieces of Workflow and Activity code. In this project, the MoneyTransferWorker type contains the code for the Worker within the MoneyTransferWorker project. Open a new terminal window.