diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Methods.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Methods.md index c69f6911cea8..f1bc886ef7d4 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Methods.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Methods.md @@ -198,7 +198,7 @@ overloads. The first overload has parameters for the dimensions of the cube and a flag to indicate whether the method should validate the input. The second overload only includes the numeric inputs. It calls the first -overload with `$Static` as `$true`. The second overload gives users a way to +overload with `$Strict` as `$true`. The second overload gives users a way to call the method without always having to define whether to strictly validate the input. diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Methods.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Methods.md index b0dfa9419b41..47bb27c75f46 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Methods.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Methods.md @@ -195,7 +195,7 @@ overloads. The first overload has parameters for the dimensions of the cube and a flag to indicate whether the method should validate the input. The second overload only includes the numeric inputs. It calls the first -overload with `$Static` as `$true`. The second overload gives users a way to +overload with `$Strict` as `$true`. The second overload gives users a way to call the method without always having to define whether to strictly validate the input. diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Classes_Methods.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Classes_Methods.md index cb5a5a044f5a..8299ac4fe640 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Classes_Methods.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Classes_Methods.md @@ -195,7 +195,7 @@ overloads. The first overload has parameters for the dimensions of the cube and a flag to indicate whether the method should validate the input. The second overload only includes the numeric inputs. It calls the first -overload with `$Static` as `$true`. The second overload gives users a way to +overload with `$Strict` as `$true`. The second overload gives users a way to call the method without always having to define whether to strictly validate the input. diff --git a/reference/7.6/Microsoft.PowerShell.Core/About/about_Classes_Methods.md b/reference/7.6/Microsoft.PowerShell.Core/About/about_Classes_Methods.md index 29c5bd2ab6be..58d8afb0f6fc 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/About/about_Classes_Methods.md +++ b/reference/7.6/Microsoft.PowerShell.Core/About/about_Classes_Methods.md @@ -195,7 +195,7 @@ overloads. The first overload has parameters for the dimensions of the cube and a flag to indicate whether the method should validate the input. The second overload only includes the numeric inputs. It calls the first -overload with `$Static` as `$true`. The second overload gives users a way to +overload with `$Strict` as `$true`. The second overload gives users a way to call the method without always having to define whether to strictly validate the input.