NetboxPS(.psm1): Fix typo (paramters => parameters

This commit is contained in:
Alexis La Goutte 2021-07-06 06:23:18 +02:00
parent c227f3f5e9
commit 163d5ad30a

View file

@ -10,7 +10,7 @@
Script generated by PowerShell Studio 2020
#>
# Build a list of common paramters so we can omit them to build URI parameters
# Build a list of common parameters so we can omit them to build URI parameters
$script:CommonParameterNames = New-Object System.Collections.ArrayList
[void]$script:CommonParameterNames.AddRange(@([System.Management.Automation.PSCmdlet]::CommonParameters))
[void]$script:CommonParameterNames.AddRange(@([System.Management.Automation.PSCmdlet]::OptionalCommonParameters))