diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Operators.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Operators.md index 54e98e5b63c..bd46a83bea9 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Operators.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Operators.md @@ -194,7 +194,7 @@ PS> $i In the prefix case, the value of `$i` is incremented before being output. In the postfix case, the value of `$i` is incremented after being output. -You can also use this technique In the context of a conditional statement, such +You can also use this technique in the context of a conditional statement, such as the `if` statement. ```powershell diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Operators.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Operators.md index 582b2eaa58d..706fd740dee 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Operators.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Operators.md @@ -171,7 +171,7 @@ PS> $i In the prefix case, the value of `$i` is incremented before being output. In the postfix case, the value of `$i` is incremented after being output. -You can also use this technique In the context of a conditional statement, such +You can also use this technique in the context of a conditional statement, such as the `if` statement. ```powershell diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Operators.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Operators.md index 01fd2fa646a..d7fa10af476 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Operators.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Operators.md @@ -171,7 +171,7 @@ PS> $i In the prefix case, the value of `$i` is incremented before being output. In the postfix case, the value of `$i` is incremented after being output. -You can also use this technique In the context of a conditional statement, such +You can also use this technique in the context of a conditional statement, such as the `if` statement. ```powershell diff --git a/reference/7.6/Microsoft.PowerShell.Core/About/about_Operators.md b/reference/7.6/Microsoft.PowerShell.Core/About/about_Operators.md index 238654cfb8e..edbf1019ea2 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/About/about_Operators.md +++ b/reference/7.6/Microsoft.PowerShell.Core/About/about_Operators.md @@ -171,7 +171,7 @@ PS> $i In the prefix case, the value of `$i` is incremented before being output. In the postfix case, the value of `$i` is incremented after being output. -You can also use this technique In the context of a conditional statement, such +You can also use this technique in the context of a conditional statement, such as the `if` statement. ```powershell