Skip to content

Commit f007638

Browse files
committed
Fix typo
1 parent 0053fe1 commit f007638

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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

0 commit comments

Comments
 (0)