Skip to content

Commit 89cd51b

Browse files
authored
Fix formatting for make:workflow command in docs
1 parent abe3578 commit 89cd51b

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
@@ -6,7 +6,7 @@ sidebar_position: 1
66

77
In Laravel 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.
88

9-
You may use the make:workflow artisan command to generate a new workflow:
9+
You may use the `make:workflow` artisan command to generate a new workflow:
1010

1111
```php
1212
php artisan make:workflow MyWorkflow

0 commit comments

Comments
 (0)