Skip to content

Commit 9d68097

Browse files
matt9ucciSean Wheeler
authored andcommitted
Fix levels of headings in about_Functions_Advanced_Parameters.md (#2777)
1 parent f70bc1b commit 9d68097

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

reference/3.0/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ Param
611611
)
612612
```
613613

614-
### Dynamic Parameters
614+
## Dynamic Parameters
615615

616616
Dynamic parameters are parameters of a cmdlet, function, or script that are
617617
available only under certain conditions.
@@ -690,7 +690,7 @@ For more information, see "RuntimeDefinedParameter Class" in the MSDN
690690
(Microsoft Developer Network) library at
691691
[RuntimeDefinedParameter](/dotnet/api/system.management.automation.runtimedefinedparameter)
692692

693-
### Switch Parameters
693+
## Switch Parameters
694694

695695
Switch parameters are parameters with no parameter value. They are effective
696696
only when they are used and have only one effect.

reference/4.0/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ Param
611611
)
612612
```
613613

614-
### Dynamic Parameters
614+
## Dynamic Parameters
615615

616616
Dynamic parameters are parameters of a cmdlet, function, or script that are
617617
available only under certain conditions.
@@ -690,7 +690,7 @@ For more information, see "RuntimeDefinedParameter Class" in the MSDN
690690
(Microsoft Developer Network) library at
691691
[RuntimeDefinedParameter](/dotnet/api/system.management.automation.runtimedefinedparameter)
692692

693-
### Switch Parameters
693+
## Switch Parameters
694694

695695
Switch parameters are parameters with no parameter value. They are effective
696696
only when they are used and have only one effect.

reference/5.0/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ Param
611611
)
612612
```
613613

614-
### Dynamic Parameters
614+
## Dynamic Parameters
615615

616616
Dynamic parameters are parameters of a cmdlet, function, or script that are
617617
available only under certain conditions.
@@ -690,7 +690,7 @@ For more information, see "RuntimeDefinedParameter Class" in the MSDN
690690
(Microsoft Developer Network) library at
691691
[RuntimeDefinedParameter](/dotnet/api/system.management.automation.runtimedefinedparameter)
692692

693-
### Switch Parameters
693+
## Switch Parameters
694694

695695
Switch parameters are parameters with no parameter value. They are effective
696696
only when they are used and have only one effect.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ Param
611611
)
612612
```
613613

614-
## ValidateDrive Validation Attribute
614+
### ValidateDrive Validation Attribute
615615

616616
The ValidateDrive attribute specifies that the parameter value must represent
617617
the path, that is referring to allowed drives only. PowerShell generates
@@ -628,7 +628,7 @@ Param
628628
)
629629
```
630630

631-
## ValidateUserDrive Validation Attribute
631+
### ValidateUserDrive Validation Attribute
632632

633633
The ValidateUserDrive attribute specifies that the parameter value
634634
must represent the path, that is referring to `User` drive.
@@ -649,7 +649,7 @@ Param
649649
)
650650
```
651651

652-
### Dynamic Parameters
652+
## Dynamic Parameters
653653

654654
Dynamic parameters are parameters of a cmdlet, function, or script that are
655655
available only under certain conditions.
@@ -728,7 +728,7 @@ For more information, see "RuntimeDefinedParameter Class" in the MSDN
728728
(Microsoft Developer Network) library at
729729
[RuntimeDefinedParameter](/dotnet/api/system.management.automation.runtimedefinedparameter)
730730

731-
### Switch Parameters
731+
## Switch Parameters
732732

733733
Switch parameters are parameters with no parameter value. They are effective
734734
only when they are used and have only one effect.

reference/6/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ Param
611611
)
612612
```
613613

614-
## ValidateDrive Validation Attribute
614+
### ValidateDrive Validation Attribute
615615

616616
The ValidateDrive attribute specifies that the parameter value must represent
617617
the path, that is referring to allowed drives only. PowerShell generates
@@ -628,7 +628,7 @@ Param
628628
)
629629
```
630630

631-
## ValidateUserDrive Validation Attribute
631+
### ValidateUserDrive Validation Attribute
632632

633633
The ValidateUserDrive attribute specifies that the parameter value
634634
must represent the path, that is referring to `User` drive.
@@ -649,7 +649,7 @@ Param
649649
)
650650
```
651651

652-
### Dynamic Parameters
652+
## Dynamic Parameters
653653

654654
Dynamic parameters are parameters of a cmdlet, function, or script that are
655655
available only under certain conditions.
@@ -728,7 +728,7 @@ For more information, see "RuntimeDefinedParameter Class" in the MSDN
728728
(Microsoft Developer Network) library at
729729
[RuntimeDefinedParameter](/dotnet/api/system.management.automation.runtimedefinedparameter)
730730

731-
### Switch Parameters
731+
## Switch Parameters
732732

733733
Switch parameters are parameters with no parameter value. They are effective
734734
only when they are used and have only one effect.

0 commit comments

Comments
 (0)