Skip to content

Commit 439b07f

Browse files
authored
Refine events documentation for clarity
Removed unnecessary introductory phrase from events documentation.
1 parent 2dc05bf commit 439b07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 10
44

55
# Events
66

7-
In Workflow, events are dispatched at various stages of workflow and activity execution to notify of progress, completion, or failures. These events can be used for logging, metrics collection, or any custom application logic.
7+
Events are dispatched at various stages of workflow and activity execution to notify of progress, completion, or failures. These events can be used for logging, metrics collection, or any custom application logic.
88

99
## Workflow Events
1010

0 commit comments

Comments
 (0)