File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ Each **process** describes what operation(s) the corresponding step in the pipel
122122
123123Let's take a closer look at the ** process** block first, then we'll look at the ** workflow** block.
124124
125- ### 1.2 The ` process ` definition
125+ ### 1.2. The ` process ` definition
126126
127127The first block of code describes a ** process** .
128128The process definition starts with the keyword ` process ` , followed by the process name and finally the process body delimited by curly braces.
@@ -165,7 +165,7 @@ Another common qualifier is `val`.
165165
166166In a real-world pipeline, a process usually contains additional blocks such as directives and inputs, which we'll introduce in a little bit.
167167
168- ### 1.3 The ` workflow ` definition
168+ ### 1.3. The ` workflow ` definition
169169
170170The second block of code describes the ** workflow** itself.
171171The workflow definition starts with the keyword ` workflow ` , followed by an optional name, then the workflow body delimited by curly braces.
You can’t perform that action at this time.
0 commit comments