Fixed: Typo

This commit is contained in:
JoriPS1 2022-09-16 12:07:23 -04:00 committed by Petri Asikainen
parent cc664e851e
commit 016dde001d

View file

@ -102,7 +102,7 @@ function New-SnipeitSupplier() {
$Values = . Get-ParameterValue -Parameters $MyInvocation.MyCommand.Parameters -BoundParameters $PSBoundParameters
$Parameters = @{
Api = "/api/v1/suppilers"
Api = "/api/v1/suppliers"
Method = 'POST'
Body = $Values
}