Fixed: Typo

This commit is contained in:
JoriPS1 2022-09-16 12:07:23 -04:00
parent 42676ed963
commit 6ef3f0d533

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
}