Skip to content

Commit 67e48cd

Browse files
authored
Simplify description of workflows and activities
Removed redundant wording in the workflows documentation.
1 parent be9ac12 commit 67e48cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/defining-workflows/workflows.md

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

55
# Workflows
66

7-
In Workflow, workflows and activities are defined as classes that extend the base `Workflow` and `Activity` classes provided by the framework. A workflow is a class that defines a sequence of activities that run in parallel, series or a mixture of both.
7+
Workflows and activities are defined as classes that extend the base `Workflow` and `Activity` classes provided by the framework. A workflow is a class that defines a sequence of activities that run in parallel, series or a mixture of both.
88

99
You may use the `make:workflow` artisan command to generate a new workflow:
1010

0 commit comments

Comments
 (0)