Skip to content

Commit c2f2772

Browse files
committed
that's
1 parent 54739dc commit c2f2772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/tutorial-webjobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public class HelloWorld {
271271
272272
### Build the Java WebJob
273273
274-
1. The `run.sh` script runs a jar with the name that set in the Maven configuration. This script will run when our WebJob is triggered.
274+
1. The `run.sh` script runs a jar with the name that's set in the Maven configuration. This script will run when our WebJob is triggered.
275275

276276
```bash
277277
java -jar webjob-artifact-1.0.0.jar

0 commit comments

Comments
 (0)