Skip to content

Commit 2e22eee

Browse files
authored
Update wording in testing documentation
1 parent fd04fb1 commit 2e22eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ $activity = new MyActivity(0, now()->toDateTimeString(), StoredWorkflow::findOrF
135135
$result = $activity->handle();
136136
```
137137

138-
Note that we call the handle method and not the `execute()` method.
138+
Notice that we call the `handle()` method and not the `execute()` method.

0 commit comments

Comments
 (0)