Skip to content

Commit 2aa3d65

Browse files
committed
Fix case
1 parent 8ec07fe commit 2aa3d65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ PS> $i
194194
In the prefix case, the value of `$i` is incremented before being output. In
195195
the postfix case, the value of `$i` is incremented after being output.
196196

197-
You can also use this technique In the context of a conditional statement, such
197+
You can also use this technique in the context of a conditional statement, such
198198
as the `if` statement.
199199

200200
```powershell

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ PS> $i
171171
In the prefix case, the value of `$i` is incremented before being output. In
172172
the postfix case, the value of `$i` is incremented after being output.
173173

174-
You can also use this technique In the context of a conditional statement, such
174+
You can also use this technique in the context of a conditional statement, such
175175
as the `if` statement.
176176

177177
```powershell

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ PS> $i
171171
In the prefix case, the value of `$i` is incremented before being output. In
172172
the postfix case, the value of `$i` is incremented after being output.
173173

174-
You can also use this technique In the context of a conditional statement, such
174+
You can also use this technique in the context of a conditional statement, such
175175
as the `if` statement.
176176

177177
```powershell

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ PS> $i
171171
In the prefix case, the value of `$i` is incremented before being output. In
172172
the postfix case, the value of `$i` is incremented after being output.
173173

174-
You can also use this technique In the context of a conditional statement, such
174+
You can also use this technique in the context of a conditional statement, such
175175
as the `if` statement.
176176

177177
```powershell

0 commit comments

Comments
 (0)