Skip to content

Commit f2ce5f9

Browse files
authored
Update create.ps1
1 parent 1d75d5b commit f2ce5f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

create.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ if ($actionContext.CorrelationConfiguration.Enabled) {
3535
}
3636
else {
3737
$outputContext.AuditLogs.Add([PSCustomObject]@{
38-
Message = "Configuration of correlation is madatory."
38+
Message = "Configuration of correlation is mandatory."
3939
IsError = $true
4040
})
41-
Throw "Configuration of correlation is madatory."
41+
Throw "Configuration of correlation is mandatory."
4242
}
4343

4444
#region functions
@@ -195,4 +195,4 @@ finally {
195195
if ($outputContext.AuditLogs.IsError -contains $true) {
196196
$outputContext.Success = $false
197197
}
198-
}
198+
}

0 commit comments

Comments
 (0)