Skip to content

Commit 5ff7e58

Browse files
Update impl/README.md
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>
1 parent 40cdacb commit 5ff7e58

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
@@ -116,7 +116,7 @@ try (WorkflowApplication appl = WorkflowApplication.builder().build()) {
116116
```
117117
You can find the complete java code [here](../examples/simpleGet/src/main/java/BlockingExample.java)
118118

119-
In order to execute the workflow, without blocking the calling thread till the http request is completed, you should write
119+
In order to execute the workflow without blocking the calling thread till the HTTP request is completed, you should write
120120

121121
``` java
122122
try (WorkflowApplication appl = WorkflowApplication.builder().build()) {

0 commit comments

Comments
 (0)