We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8949a commit b83f643Copy full SHA for b83f643
README.md
@@ -330,7 +330,7 @@ timeouts are not specified through the @ActivityMethod annotation.
330
Calling a method on this interface invokes an activity that implements this method.
331
An activity invocation synchronously blocks until the activity completes, fails, or times out. Even if activity
332
execution takes a few months, the workflow code still sees it as a single synchronous invocation.
333
-Isn't it great? I doesn't matter what happens to the processes that host the workflow. The business logic code
+Isn't it great? It doesn't matter what happens to the processes that host the workflow. The business logic code
334
just sees a single method call.
335
```java
336
public class FileProcessingWorkflowImpl implements FileProcessingWorkflow {
0 commit comments