Skip to content

Commit 38e436f

Browse files
authored
Update automation-first-runbook-textual.md
fix type
1 parent f5e8c59 commit 38e436f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/automation-first-runbook-textual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Start by creating a simple runbook that outputs the text "Hello World".
3939
1. Select **Runbooks** under **Process Automation** to open the list of runbooks.
4040
1. Create a new runbook by selecting **+ Create a runbook**.
4141
1. Give the runbook the name "MyFirstRunbook-Workflow".
42-
1. In this case, you're going to create a [PowerShell Workflow runbook](automation-runbook-types.md#powershell-workflow-runbooks). Select select **Powershell Workflow** for **Runbook type**.
42+
1. In this case, you're going to create a [PowerShell Workflow runbook](automation-runbook-types.md#powershell-workflow-runbooks). So select **Powershell Workflow** for **Runbook type**.
4343
1. Click **Create** to create the runbook and open the textual editor.
4444

4545
## Step 2 - Add code to the runbook

0 commit comments

Comments
 (0)