From c241ab4196cfd2872cd3efcf1e719b6d6042f9cd Mon Sep 17 00:00:00 2001 From: David Barda Date: Tue, 28 Mar 2023 10:15:28 +0300 Subject: [PATCH] Update handling-errors.md --- docs/docs/how-tos/Workflows/handling-errors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/how-tos/Workflows/handling-errors.md b/docs/docs/how-tos/Workflows/handling-errors.md index b58fe1e91e..1d07e8cddb 100644 --- a/docs/docs/how-tos/Workflows/handling-errors.md +++ b/docs/docs/how-tos/Workflows/handling-errors.md @@ -54,6 +54,6 @@ Here is a sample failure workflow that sends a message to Slack when the workflo } ``` -## Set ```workfowStatusListenerEnabled``` +## Set ```workflowStatusListenerEnabled``` -When this is enabled, notifications are now possible, and by building a custom implementation of the Workflow Status Listener, a notification can be sent to an external service. [More details.](https://github.com/Netflix/conductor/issues/1017#issuecomment-468869173) \ No newline at end of file +When this is enabled, notifications are now possible, and by building a custom implementation of the Workflow Status Listener, a notification can be sent to an external service. [More details.](https://github.com/Netflix/conductor/issues/1017#issuecomment-468869173)