Skip to content

Commit aae1d0a

Browse files
authored
Merge pull request #119967 from akiskips/patch-5
Update automation-tutorial-runbook-textual.md
2 parents 23e856f + 72c2c09 commit aae1d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/learn/automation-tutorial-runbook-textual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ You can use the `ForEach -Parallel` construct to process commands for each item
314314
|VMs|Enter the names of the virtual machines using the following syntax: `["VM1","VM2","VM3"]`|
315315
|Action|Enter `stop` or `start`.|
316316
317-
1. Navigate to your list of virtual machines and refresh the page every few seconds. Observe that the action for each VM happens in parallel. Without the `-Parallel` keyword, the actions would have performed sequentially. While the VMs will start sequentially, each VM may reach the **Running** phase at slightly different times based on the characteristics of each VM.
317+
1. Navigate to your list of virtual machines and refresh the page every few seconds. Observe that the action for each VM happens in parallel. Without the `-Parallel` keyword, the actions would have performed sequentially. While the VMs will start in parallel, each VM may reach the **Running** phase at slightly different times based on the characteristics of each VM.
318318
319319
## Clean up resources
320320

0 commit comments

Comments
 (0)