Skip to content

Commit 9e0ad9b

Browse files
authored
Update warning note about await() method usage
1 parent e425c75 commit 9e0ad9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/signals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ class MyWorkflow extends Workflow
5151
}
5252
```
5353

54-
**Important:** The `await()` method should only be used in a workflow, and not in an activity.
54+
**Note:** The `await()` method should only be used in a workflow, and not in an activity.

0 commit comments

Comments
 (0)