Skip to content

Commit 9dd5af0

Browse files
authored
Fix formatting for make:activity command in docs
1 parent 89cd51b commit 9dd5af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/defining-workflows/activities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 2
66

77
An activity is a unit of work that performs a specific task or operation (e.g. making an API request, processing data, sending an email) and can be executed by a workflow.
88

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

1111
```php
1212
php artisan make:activity MyActivity

0 commit comments

Comments
 (0)