Skip to content

Commit 747b95f

Browse files
Fix "$Static" Typo (#12117)
* Fix "$Static" Typo Fixes #12116 * Copy change to all versions --------- Co-authored-by: Sean Wheeler <[email protected]>
1 parent f86e961 commit 747b95f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ overloads. The first overload has parameters for the dimensions of the cube and
198198
a flag to indicate whether the method should validate the input.
199199

200200
The second overload only includes the numeric inputs. It calls the first
201-
overload with `$Static` as `$true`. The second overload gives users a way to
201+
overload with `$Strict` as `$true`. The second overload gives users a way to
202202
call the method without always having to define whether to strictly validate
203203
the input.
204204

reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ overloads. The first overload has parameters for the dimensions of the cube and
195195
a flag to indicate whether the method should validate the input.
196196

197197
The second overload only includes the numeric inputs. It calls the first
198-
overload with `$Static` as `$true`. The second overload gives users a way to
198+
overload with `$Strict` as `$true`. The second overload gives users a way to
199199
call the method without always having to define whether to strictly validate
200200
the input.
201201

reference/7.5/Microsoft.PowerShell.Core/About/about_Classes_Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ overloads. The first overload has parameters for the dimensions of the cube and
195195
a flag to indicate whether the method should validate the input.
196196

197197
The second overload only includes the numeric inputs. It calls the first
198-
overload with `$Static` as `$true`. The second overload gives users a way to
198+
overload with `$Strict` as `$true`. The second overload gives users a way to
199199
call the method without always having to define whether to strictly validate
200200
the input.
201201

reference/7.6/Microsoft.PowerShell.Core/About/about_Classes_Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ overloads. The first overload has parameters for the dimensions of the cube and
195195
a flag to indicate whether the method should validate the input.
196196

197197
The second overload only includes the numeric inputs. It calls the first
198-
overload with `$Static` as `$true`. The second overload gives users a way to
198+
overload with `$Strict` as `$true`. The second overload gives users a way to
199199
call the method without always having to define whether to strictly validate
200200
the input.
201201

0 commit comments

Comments
 (0)