Skip to content

Commit f6bab98

Browse files
committed
Fix a few typos
1 parent 0b510b3 commit f6bab98

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Accept wildcard characters: False
256256
### -InformationVariable
257257

258258
Introduced in PowerShell 5.0. When you use the **InformationVariable** common
259-
parameter, information records are stored in a the variable specify by the
259+
parameter, information records are stored in the variable specified by the
260260
parameter. And PowerShell cmdlet can write information records to the
261261
**Information** stream. You can also use the `Write-Information` cmdlet to
262262
write information records.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ determines the order in which PowerShell connects to the remote computers.
138138
However, the results appear in the order that the data is received from the
139139
remote computers.
140140

141-
You can use the `Sort-Object` cmdlet to sort the results on on the
141+
You can use the `Sort-Object` cmdlet to sort the results on the
142142
**PSComputerName**. When you any other property of the object, the results from
143143
different computers are interspersed interleaved in the output
144144

reference/5.1/Microsoft.PowerShell.Core/New-ModuleManifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ Specifies the functions that the module exports. Wildcards are permitted.
579579
You can use this parameter to restrict the functions that are exported by the module. It can remove
580580
functions from the list of exported aliases, but it can't add functions to the list.
581581

582-
If you omit this parameter, `New-ModuleManifest` creates an **FunctionsToExport** key with a value
582+
If you omit this parameter, `New-ModuleManifest` creates a **FunctionsToExport** key with a value
583583
of `*` (all), meaning that all functions defined in the module are exported by the manifest.
584584

585585
```yaml

reference/5.1/Microsoft.PowerShell.Management/Get-Clipboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ https://en.wikipedia.org/wiki/PowerShell
4141

4242
### Example 2: Get the content of the clipboard in a specific format
4343

44-
In this example we copied files to the clipboard in Windows Explorerby selecting them and pressing
44+
In this example we copied files to the clipboard in Windows Explorer by selecting them and pressing
4545
<kbd>Ctrl-C</kbd>. Using the following command, you can access the contents of the clipboard as a
4646
list of files:
4747

reference/7.2/Microsoft.PowerShell.Core/About/about_Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ the `C:\Bin` directory.
125125
> Unlike PowerShell's _argument_ mode, object methods execute in _expression_
126126
> mode, which is a pass-through to the .NET framework that PowerShell is built
127127
> on. In _expression_ mode **bareword** arguments (unquoted strings) are not
128-
> allowed. You can see this difference when using a the path as a parameter,
128+
> allowed. You can see this difference when using the path as a parameter,
129129
> versus the path as an argument. You can read more about parsing modes in
130130
> [about_Parsing](about_Parsing.md)
131131

reference/7.2/Microsoft.PowerShell.Core/About/about_Remote_Output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ determines the order in which PowerShell connects to the remote computers.
138138
However, the results appear in the order that the data is received from the
139139
remote computers.
140140

141-
You can use the `Sort-Object` cmdlet to sort the results on on the
141+
You can use the `Sort-Object` cmdlet to sort the results on the
142142
**PSComputerName**. When you any other property of the object, the results from
143143
different computers are interspersed interleaved in the output
144144

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ the `C:\Bin` directory.
125125
> Unlike PowerShell's _argument_ mode, object methods execute in _expression_
126126
> mode, which is a pass-through to the .NET framework that PowerShell is built
127127
> on. In _expression_ mode **bareword** arguments (unquoted strings) are not
128-
> allowed. You can see this difference when using a the path as a parameter,
128+
> allowed. You can see this difference when using the path as a parameter,
129129
> versus the path as an argument. You can read more about parsing modes in
130130
> [about_Parsing](about_Parsing.md)
131131

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ determines the order in which PowerShell connects to the remote computers.
138138
However, the results appear in the order that the data is received from the
139139
remote computers.
140140

141-
You can use the `Sort-Object` cmdlet to sort the results on on the
141+
You can use the `Sort-Object` cmdlet to sort the results on the
142142
**PSComputerName**. When you any other property of the object, the results from
143143
different computers are interspersed interleaved in the output
144144

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ determines the order in which PowerShell connects to the remote computers.
138138
However, the results appear in the order that the data is received from the
139139
remote computers.
140140

141-
You can use the `Sort-Object` cmdlet to sort the results on on the
141+
You can use the `Sort-Object` cmdlet to sort the results on the
142142
**PSComputerName**. When you any other property of the object, the results from
143143
different computers are interspersed interleaved in the output
144144

reference/7.5/Microsoft.PowerShell.Utility/Get-Variable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ You can pipe a string that contains the variable name to this cmdlet.
178178

179179
### System.Management.Automation.PSVariable
180180

181-
By default, this cmdlet returns a **AutomationPSVariable** object for each variable that it gets.
181+
By default, this cmdlet returns an **AutomationPSVariable** object for each variable that it gets.
182182
The object type depends on the variable.
183183

184184
### System.Object[]

reference/docs-conceptual/lang-spec/chapter-08.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
A inlinescript---
22
description: A statement specifies some sort of action that is to be performed.
33
ms.date: 05/16/2022
44
title: Statements
@@ -1559,7 +1559,7 @@ inlinescript-statement:
15591559
The inlinescript statement contains zero or more statements that are executed in an implementation
15601560
defined manner.
15611561

1562-
A inlinescript statement is only allowed in a workflow ([§8.10.2][§8.10.2]).
1562+
An inlinescript statement is only allowed in a workflow ([§8.10.2][§8.10.2]).
15631563

15641564
## 8.14 Parameter binding
15651565

0 commit comments

Comments
 (0)