From 016f80765a87a31d890a7b4333b96476743be9c4 Mon Sep 17 00:00:00 2001 From: Artur Madjidov <36833825+Arturace@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:54:06 -0500 Subject: [PATCH] Docs: fix typo in cascading event handler example --- docs/introduction/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/getting-started.md b/docs/introduction/getting-started.md index 80197882d..4ab717369 100644 --- a/docs/introduction/getting-started.md +++ b/docs/introduction/getting-started.md @@ -165,7 +165,7 @@ queue after the initial message handler succeeds. The advantage of doing this is slower email generation and sending process to happen in background processes instead of holding up the initial web service call. -The `IssueHandled` event message will be handled by this code: +The `IssueCreated` event message will be handled by this code: