From ec449fd43cb9e7f54be3ae5ae02ec31038a150ab Mon Sep 17 00:00:00 2001 From: Whit Waldo Date: Wed, 22 Jan 2025 13:17:00 -0600 Subject: [PATCH] Update daprdocs/content/en/developing-applications/building-blocks/jobs/howto-schedule-and-handle-triggered-jobs.md Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: Whit Waldo --- .../jobs/howto-schedule-and-handle-triggered-jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/building-blocks/jobs/howto-schedule-and-handle-triggered-jobs.md b/daprdocs/content/en/developing-applications/building-blocks/jobs/howto-schedule-and-handle-triggered-jobs.md index d08c4d13c..d55a2ee18 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/jobs/howto-schedule-and-handle-triggered-jobs.md +++ b/daprdocs/content/en/developing-applications/building-blocks/jobs/howto-schedule-and-handle-triggered-jobs.md @@ -26,7 +26,7 @@ In your code, set up and schedule jobs within your application. -The following .NET SDK code sample schedules the job named `prod-db-backup`. Our job data will contain information +The following .NET SDK code sample schedules the job named `prod-db-backup`. The job data contains information about the database we're seeking to make regular backups of. Over the course of this example, we'll do the following: - Define types used in the rest of the example - Register an endpoint during application startup that handles all job trigger invocations on the service