From 8752f17737d2a8b67f513d4be4b7fb78a345e708 Mon Sep 17 00:00:00 2001 From: Giselle van Dongen Date: Fri, 14 Jun 2024 17:27:04 +0200 Subject: [PATCH] Fix typo --- docs/use-cases/async-tasks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use-cases/async-tasks.mdx b/docs/use-cases/async-tasks.mdx index ba261e91..459508cc 100644 --- a/docs/use-cases/async-tasks.mdx +++ b/docs/use-cases/async-tasks.mdx @@ -186,7 +186,7 @@ Write flexible scheduling logic via durable building blocks. - ```ts data_preparation_client.ts mark=5:10 + ```ts data_preparation_service.ts mark=5:10 CODE_LOAD::ts/src/use_cases/async_tasks/sync_to_async/data_preparation_service.ts ```