We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd04fb1 commit 2e22eeeCopy full SHA for 2e22eee
docs/testing.md
@@ -135,4 +135,4 @@ $activity = new MyActivity(0, now()->toDateTimeString(), StoredWorkflow::findOrF
135
$result = $activity->handle();
136
```
137
138
-Note that we call the handle method and not the `execute()` method.
+Notice that we call the `handle()` method and not the `execute()` method.
0 commit comments