We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40cdacb commit 5ff7e58Copy full SHA for 5ff7e58
impl/README.md
@@ -116,7 +116,7 @@ try (WorkflowApplication appl = WorkflowApplication.builder().build()) {
116
```
117
You can find the complete java code [here](../examples/simpleGet/src/main/java/BlockingExample.java)
118
119
-In order to execute the workflow, without blocking the calling thread till the http request is completed, you should write
+In order to execute the workflow without blocking the calling thread till the HTTP request is completed, you should write
120
121
``` java
122
try (WorkflowApplication appl = WorkflowApplication.builder().build()) {
0 commit comments