Skip to content

Commit 61f17f8

Browse files
Fix "$Static" Typo
Fixes #12116
1 parent f86e961 commit 61f17f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)