diff --git a/Functions/Setup/Get-NetboxInvokeParams.ps1 b/Functions/Setup/Get-NetboxInvokeParams.ps1 index 0cd33c7..ec95d24 100644 --- a/Functions/Setup/Get-NetboxInvokeParams.ps1 +++ b/Functions/Setup/Get-NetboxInvokeParams.ps1 @@ -4,7 +4,7 @@ function Get-NetboxInvokeParams { Write-Verbose "Getting Netbox InvokeParams" if ($null -eq $script:NetboxConfig.InvokeParams) { - throw "Netbox Invoke Parms is not set! You may set it with Set-NetboxInvokeParams -InvokeParams ..." + throw "Netbox Invoke Params is not set! You may set it with Set-NetboxInvokeParams -InvokeParams ..." } $script:NetboxConfig.InvokeParams