Skip to content

Commit 9df3601

Browse files
fix-typo-create (#18)
madatory should be mandatory
1 parent d237c1a commit 9df3601

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

create.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ try {
140140
}
141141
else {
142142
Write-Warning "Correlation is enabled but not configured correctly."
143-
throw "Configuration of correlation is madatory."
143+
throw "Configuration of correlation is mandatory."
144144
}
145145

146146
# Get current account and verify if the action should be either [updated and correlated] or just [correlated]
@@ -301,4 +301,4 @@ finally {
301301
}
302302

303303
$outputContext.Data = $exportData
304-
}
304+
}

0 commit comments

Comments
 (0)