Skip to content

Commit 0226589

Browse files
fix-typo-create (#15)
madatory->mandatory
1 parent 6d8a7ae commit 0226589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ try {
130130
}
131131
else {
132132
$outputContext.AuditLogs.Add([PSCustomObject]@{
133-
Message = "Configuration of correlation is madatory."
133+
Message = "Configuration of correlation is mandatory."
134134
IsError = $true
135135
})
136-
Throw "Configuration of correlation is madatory."
136+
Throw "Configuration of correlation is mandatory."
137137
}
138138

139139
Write-Verbose "Querying AFAS employee where [$($correlationProperty)] = [$($correlationValue)]"

0 commit comments

Comments
 (0)