Skip to content

Commit c316717

Browse files
authored
Spelling on 7.5 (#11493)
1 parent c91a91b commit c316717

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ Stopped AppIDSvc Application Identity
784784

785785
> [!NOTE]
786786
> Both `ForEach()` and `Where()` methods are intrinsic members. For more
787-
> information about intrinsic members, see [about_Instrinsic_Members][08].
787+
> information about intrinsic members, see [about_Intrinsic_Members][08].
788788
789789
## Get the members of an array
790790

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ the new variables `$sortedOriginal` and `$sortedPadded`. Finally, it uses a
349349
properties:
350350

351351
- **Index** represents the current index in the sorted arrays.
352-
- **Original** is the item in the sorted array of original filenamess at the
352+
- **Original** is the item in the sorted array of original filenames at the
353353
current index.
354354
- **Padded** is the item in the sorted array of padded filenames at the current
355355
index.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ By deriving from `ArgumentCompleterAttribute`, it's possible to create generic
262262
completers that can be reused, for example:
263263

264264
```powershell
265-
[DirectoryCompleter(ContainingFile="pswh.exe", Depth=2)]
265+
[DirectoryCompleter(ContainingFile="pwsh.exe", Depth=2)]
266266
267267
[DateCompleter(WeekDay='Monday', From="LastYear")]
268268

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Integer type literals are parsed using the following steps:
324324

325325
1. Determine the radix format
326326
- For binary formats, parse into `[BigInteger]`.
327-
- For hexadecimal formats, parse into `[BigInteger]` using special casies to
327+
- For hexadecimal formats, parse into `[BigInteger]` using special cases to
328328
retain original behaviors when the value is in the `[int]` or `[long]`
329329
range.
330330
- If neither binary nor hex, parse normally as a `[BigInteger]`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ non-Windows platforms results in an error.
407407

408408
### -Version | -v
409409

410-
Displays the version of this PowerShell exectuable. Additional parameters are ignored.
410+
Displays the version of this PowerShell executable. Additional parameters are ignored.
411411

412412
### -WindowStyle | -w
413413

reference/7.5/Microsoft.PowerShell.Core/Invoke-Command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ names and the values are session option values.
14681468

14691469
> [!NOTE]
14701470
> If you specify a hashtable for **SessionOption**, PowerShell converts the hashtable into a
1471-
> **System.Management.Autiomation.Remoting.PSSessionOption** object. The values for keys specified
1471+
> **System.Management.Automation.Remoting.PSSessionOption** object. The values for keys specified
14721472
> in the hashtable are cast to the matching property of the object. This behaves differently from
14731473
> calling `New-PSSessionOption`. For example, the **System.TimeSpan** values for the timeout
14741474
> properties, like **IdleTimeout**, convert an integer value into ticks instead of milliseconds.

reference/7.5/Microsoft.PowerShell.Management/Split-Path.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Split-Path -LiteralPath <String[]> [-Resolve] [-Credential <PSCredential>] [<Com
7474
The `Split-Path` cmdlet returns only the specified part of a path, such as the parent folder, a
7575
subfolder, or a filename. It can also get items that are referenced by the split path and tell
7676
whether the path is relative or absolute. If you split a path without specifying any other
77-
parameters, `Split-Path` returs the parent part of the path provided.
77+
parameters, `Split-Path` returns the parent part of the path provided.
7878

7979
The `Split-Path` command returns strings. It doesn't return **FileInfo** or other item objects like
8080
the `*-Item` commands do.

reference/7.5/Microsoft.PowerShell.Management/Suspend-Service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Suspend-Service [-PassThru] -DisplayName <String[]> [-Include <String[]>] [-Excl
4242
4343
The `Suspend-Service` cmdlet sends a suspend message to the Windows Service Controller for each of
4444
the specified services. While suspended, the service is still running, but its action is stopped
45-
until resumed, such as by usingthe `Resume-Service` cmdlet. You can specify the services by their
45+
until resumed, such as by using the `Resume-Service` cmdlet. You can specify the services by their
4646
service names or display names, or you can use the **InputObject** parameter to pass a service
4747
object that represents the services that you want to suspend.
4848

reference/7.5/Microsoft.PowerShell.Utility/Invoke-RestMethod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ $x
258258
### Example 7: Skipping Header Validation
259259

260260
By default, the `Invoke-RestMethod` cmdlet validates the values of well-known headers that have a
261-
standardards-defined value format. The following example shows how this validation can raise an
261+
standards-defined value format. The following example shows how this validation can raise an
262262
error and how you can use the **SkipHeaderValidation** parameter to avoid validating values for
263263
endpoints that tolerate invalidly formatted values.
264264

reference/7.5/Microsoft.PowerShell.Utility/Out-File.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ the file's content in the PowerShell console.
141141
### Example 5: Set file output width for entire scope
142142

143143
This example uses `$PSDefaultParameterValues` to set the `Width` parameter for all invocations of
144-
`Out-File` and the redirection operartors (`>` and `>>`) to 2000. This ensures that everywhere
144+
`Out-File` and the redirection operators (`>` and `>>`) to 2000. This ensures that everywhere
145145
within the current scope that you output table formatted data to file, PowerShell uses a line width
146146
of 2000 instead of a line width determined by the PowerShell host's console width.
147147

0 commit comments

Comments
 (0)