Skip to content

Commit 67abe0d

Browse files
authored
Merge pull request #11781 from MicrosoftDocs/main
2/7/2025 PM Publish
2 parents 75fdb77 + 368eaab commit 67abe0d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function TestFunction {
5858
}
5959
```
6060

61-
If you try to use the parameters, PowerShell interprets them as stings passed
61+
If you try to use the parameters, PowerShell interprets them as strings passed
6262
as positional parameter.
6363

6464
```powershell

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function TestFunction {
5858
}
5959
```
6060

61-
If you try to use the parameters, PowerShell interprets them as stings passed
61+
If you try to use the parameters, PowerShell interprets them as strings passed
6262
as positional parameter.
6363

6464
```powershell

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function TestFunction {
5858
}
5959
```
6060

61-
If you try to use the parameters, PowerShell interprets them as stings passed
61+
If you try to use the parameters, PowerShell interprets them as strings passed
6262
as positional parameter.
6363

6464
```powershell

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function TestFunction {
5858
}
5959
```
6060

61-
If you try to use the parameters, PowerShell interprets them as stings passed
61+
If you try to use the parameters, PowerShell interprets them as strings passed
6262
as positional parameter.
6363

6464
```powershell

reference/docs-conceptual/learn/ps101/09-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ function Test-MrParameterValidation {
578578

579579
## Verbose output
580580

581-
Inline commands are useful if you're writing complex code, but users don't see them unless they look
581+
Inline comments are useful if you're writing complex code, but users don't see them unless they look
582582
at the code.
583583

584584
The function in the following example has an inline comment in the `foreach` loop. While this

0 commit comments

Comments
 (0)