Skip to content

Commit 802c422

Browse files
authored
Fix typos (#11586)
1 parent 48b0b2f commit 802c422

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ A reference type variable is created using
188188
Even though `[ref]` is a type accelerator for
189189
`[System.Management.Automation.PSReference]`, they behave differently.
190190

191-
- When you use `[ref]` to cast a variable, PowerShell creates reference object
192-
that contains reference to the original instance of the variable.
191+
- When you use `[ref]` to cast a variable, PowerShell creates a reference object
192+
that contains a reference to the original instance of the variable.
193193
- When you use `[System.Management.Automation.PSReference]` to cast a variable,
194-
PowerShell creates reference object that contains a copy of the variable,
194+
PowerShell creates a reference object that contains a copy of the variable,
195195
rather than a reference to the original instance.
196196

197197
For example, the following script creates a variable `$x` and two reference

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ A reference type variable is created using
188188
Even though `[ref]` is a type accelerator for
189189
`[System.Management.Automation.PSReference]`, they behave differently.
190190

191-
- When you use `[ref]` to cast a variable, PowerShell creates reference object
192-
that contains reference to the original instance of the variable.
191+
- When you use `[ref]` to cast a variable, PowerShell creates a reference object
192+
that contains a reference to the original instance of the variable.
193193
- When you use `[System.Management.Automation.PSReference]` to cast a variable,
194-
PowerShell creates reference object that contains a copy of the variable,
194+
PowerShell creates a reference object that contains a copy of the variable,
195195
rather than a reference to the original instance.
196196

197197
For example, the following script creates a variable `$x` and two reference

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ A reference type variable is created using
188188
Even though `[ref]` is a type accelerator for
189189
`[System.Management.Automation.PSReference]`, they behave differently.
190190

191-
- When you use `[ref]` to cast a variable, PowerShell creates reference object
192-
that contains reference to the original instance of the variable.
191+
- When you use `[ref]` to cast a variable, PowerShell creates a reference object
192+
that contains a reference to the original instance of the variable.
193193
- When you use `[System.Management.Automation.PSReference]` to cast a variable,
194-
PowerShell creates reference object that contains a copy of the variable,
194+
PowerShell creates a reference object that contains a copy of the variable,
195195
rather than a reference to the original instance.
196196

197197
For example, the following script creates a variable `$x` and two reference

0 commit comments

Comments
 (0)