Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python/samples/getting_started_with_processes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ The processes in this subsection contain the following modifications/additions t
###### Potato Fries Preparation With Knife Sharpening and Ingredient Stock Process

The following processes is a modification on the process [Potato Fries Preparation](#potato-fries-preparation-process)
with the the stateful steps mentioned previously.
with the stateful steps mentioned previously.

``` mermaid
flowchart LR
Expand Down Expand Up @@ -154,7 +154,7 @@ flowchart LR
###### Fried Fish Preparation With Knife Sharpening and Ingredient Stock Process

The following process is a modification on the process [Fried Fish Preparation](#fried-fish-preparation-process)
with the the stateful steps mentioned previously.
with the stateful steps mentioned previously.

``` mermaid
flowchart LR
Expand Down
Loading