Skip to content

Commit

Permalink
Update workflow-features-concepts.md
Browse files Browse the repository at this point in the history
Signed-off-by: kaibocai <[email protected]>
  • Loading branch information
kaibocai authored Jan 27, 2024
1 parent fab5b19 commit da0fd19
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const randomString = getRandomString();

Do this:

{{< tabs ".NET" Java >}}
{{< tabs ".NET" Java JavaScript >}}

{{% codetab %}}

Expand Down Expand Up @@ -245,7 +245,7 @@ Instead, workflows should interact with external state _indirectly_ using workfl

For example, instead of this:

{{< tabs ".NET" Java >}}
{{< tabs ".NET" Java JavaScript >}}

{{% codetab %}}

Expand Down Expand Up @@ -290,7 +290,7 @@ fetch('https://postman-echo.com/get')

Do this:

{{< tabs ".NET" Java >}}
{{< tabs ".NET" Java JavaScript >}}

{{% codetab %}}

Expand Down

0 comments on commit da0fd19

Please sign in to comment.