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 7b74855 commit 63f4c1cCopy full SHA for 63f4c1c
impl/README.md
@@ -102,7 +102,7 @@ We are going to show two ways of invoking the workflow:
102
- blocking the thread till the get request goes through
103
- returning control to the caller, so the main thread continues while the get is executed
104
105
-In order to execute the workflow, blocking the thread till the http request is completed, you should write
+In order to execute the workflow, blocking the thread till the HTTP request is completed, you should write
106
107
``` java
108
try (WorkflowApplication appl = WorkflowApplication.builder().build()) {
0 commit comments