From 163d5ad30af0fa14790f984ca8b179c417a80642 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 6 Jul 2021 06:23:18 +0200 Subject: [PATCH] NetboxPS(.psm1): Fix typo (paramters => parameters --- NetboxPS.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetboxPS.psm1 b/NetboxPS.psm1 index cc051fc..6d66fc6 100644 --- a/NetboxPS.psm1 +++ b/NetboxPS.psm1 @@ -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))