Skip to content

Commit 63f4c1c

Browse files
Update impl/README.md
Co-authored-by: Ricardo Zanini <[email protected]>
1 parent 7b74855 commit 63f4c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ We are going to show two ways of invoking the workflow:
102102
- blocking the thread till the get request goes through
103103
- returning control to the caller, so the main thread continues while the get is executed
104104

105-
In order to execute the workflow, blocking the thread till the http request is completed, you should write
105+
In order to execute the workflow, blocking the thread till the HTTP request is completed, you should write
106106

107107
``` java
108108
try (WorkflowApplication appl = WorkflowApplication.builder().build()) {

0 commit comments

Comments
 (0)