Skip to content

Commit 91844ee

Browse files
nschonniv-alje
authored andcommitted
typo: PowerShelll -> PowerShell (#3975)
1 parent 64da5b9 commit 91844ee

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

reference/5.0/ISE/Import-IseSnippet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ This cmdlet does not generate output.
171171
## NOTES
172172
* You cannot use the Get-IseSnippet cmdlet to get imported snippets. **Get-IseSnippet** gets only snippets in the $home\Documents\WindowsPowerShell\Snippets directory.
173173
* **Import-IseSnippet** uses the **Load** static method of **Microsoft.PowerShell.Host.ISE.ISESnippetCollection** objects. You can also use the **Load** method of snippets in the Windows PowerShell ISE object model: $psISE.CurrentPowerShellTab.Snippets.Load()
174-
* The New-IseSnippet cmdlet stores new user-created snippets in unsigned .ps1xml files. As such, Windows PowerShelll cannot load them into a session in which the execution policy is **AllSigned** or **Restricted**. In a **Restricted** or **AllSigned** session, you can create, get, and import unsigned user-created snippets, but you cannot use them in the session.
174+
* The New-IseSnippet cmdlet stores new user-created snippets in unsigned .ps1xml files. As such, Windows PowerShell cannot load them into a session in which the execution policy is **AllSigned** or **Restricted**. In a **Restricted** or **AllSigned** session, you can create, get, and import unsigned user-created snippets, but you cannot use them in the session.
175175
176176
To use unsigned user-created snippets that the **Import-IseSnippet** cmdlet returns, change the execution policy, and then restart Windows PowerShell ISE.
177177

reference/5.0/Microsoft.PowerShell.Diagnostics/Get-Counter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Specifies the number of samples to get from each counter.
397397
The default is 1 sample.
398398
To get samples continuously, use the *Continuous* parameter.
399399
400-
To collect a very large data set, consider running a **Get-Counter** cmdlet as a Windows PowerShelll background job.
400+
To collect a very large data set, consider running a **Get-Counter** cmdlet as a Windows PowerShell background job.
401401
For more information, see [about_Jobs](../Microsoft.PowerShell.Core/About/about_Jobs.md) and the Start-Job.
402402
403403
```yaml

reference/5.1/ISE/Import-IseSnippet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ This cmdlet does not generate output.
171171
## NOTES
172172
* You cannot use the **Get-IseSnippet** cmdlet to get imported snippets. **Get-IseSnippet** gets only snippets in the $home\Documents\WindowsPowerShell\Snippets directory.
173173
* **Import-IseSnippet** uses the **Load** static method of **Microsoft.PowerShell.Host.ISE.ISESnippetCollection** objects. You can also use the **Load** method of snippets in the Windows PowerShell ISE object model: $psISE.CurrentPowerShellTab.Snippets.Load()
174-
* The **New-IseSnippet** cmdlet stores new user-created snippets in unsigned .ps1xml files. As such, Windows PowerShelll cannot load them into a session in which the execution policy is **AllSigned** or **Restricted**. In a **Restricted** or **AllSigned** session, you can create, get, and import unsigned user-created snippets, but you cannot use them in the session.
174+
* The **New-IseSnippet** cmdlet stores new user-created snippets in unsigned .ps1xml files. As such, Windows PowerShell cannot load them into a session in which the execution policy is **AllSigned** or **Restricted**. In a **Restricted** or **AllSigned** session, you can create, get, and import unsigned user-created snippets, but you cannot use them in the session.
175175
176176
To use unsigned user-created snippets that the **Import-IseSnippet** cmdlet returns, change the execution policy, and then restart Windows PowerShell ISE.
177177

reference/5.1/Microsoft.PowerShell.Diagnostics/Get-Counter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Specifies the number of samples to get from each counter.
376376
The default is 1 sample.
377377
To get samples continuously, use the *Continuous* parameter.
378378
379-
To collect a very large data set, consider running a **Get-Counter** cmdlet as a Windows PowerShelll background job.
379+
To collect a very large data set, consider running a **Get-Counter** cmdlet as a Windows PowerShell background job.
380380
For more information, see [about_Jobs](../Microsoft.PowerShell.Core/About/about_Jobs.md) and the Start-Job.
381381
382382
```yaml

reference/5.1/Microsoft.PowerShell.Utility/New-Guid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ This cmdlet returns a GUID.
5353

5454
## RELATED LINKS
5555

56-
[Windows PowerShelll Utility Module](Microsoft.PowerShell.Utility.md)
56+
[Windows PowerShell Utility Module](Microsoft.PowerShell.Utility.md)

reference/6/Microsoft.PowerShell.Utility/New-Guid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ This cmdlet returns a GUID.
5656

5757
## RELATED LINKS
5858

59-
[Windows PowerShelll Utility Module](https://msdn.microsoft.com/en-us/powershell/reference/5.1/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility)
59+
[Windows PowerShell Utility Module](https://msdn.microsoft.com/en-us/powershell/reference/5.1/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility)

0 commit comments

Comments
 (0)