We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28d39d commit 0043e05Copy full SHA for 0043e05
examples/actor/README.md
@@ -67,7 +67,7 @@ dapr run --app-id actor-client \
67
### Cleanup
68
69
<!-- STEP
70
-name: Cleanup grpc server
+name: Cleanup actor server
71
expected_return_code:
72
-->
73
examples/workflow-taskexecutionid/README.md
@@ -52,7 +52,7 @@ dapr run --app-id workflow-taskexecutionid \
52
- 'RetryN 2'
53
- 'RetryN 3'
54
- 'RetryN 4'
55
- - 'workflow status: COMPELTED'
+ - 'workflow status: COMPLETED'
56
- 'workflow terminated'
57
- 'workflow purged'
58
```
0 commit comments