Skip to content

Commit e09faa4

Browse files
authored
Merge pull request #11851 from MicrosoftDocs/main
2/27/2025 PM Publish
2 parents edc9eae + f5158c0 commit e09faa4

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

reference/5.1/Microsoft.PowerShell.Utility/Get-FileHash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Path : C:\Users\user1\Downloads\Contoso8_1_ENT.iso
9191
### Example 3: Compute the hash value of a stream
9292

9393
For this example, we get are using **System.Net.WebClient** to download a package from the
94-
[Powershell release page](https://github.com/PowerShell/PowerShell/releases/tag/v6.2.4). The release
94+
[PowerShell release page](https://github.com/PowerShell/PowerShell/releases/tag/v6.2.4). The release
9595
page also documents the SHA256 hash of each package file. We can compare the published hash value
9696
with the one we calculate with `Get-FileHash`.
9797

reference/7.4/Microsoft.PowerShell.Utility/Get-FileHash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Path : C:\Users\user1\Downloads\Contoso8_1_ENT.iso
9191
### Example 3: Compute the hash value of a stream
9292

9393
For this example, we get are using **System.Net.WebClient** to download a package from the
94-
[Powershell release page](https://github.com/PowerShell/PowerShell/releases/tag/v6.2.4). The release
94+
[PowerShell release page](https://github.com/PowerShell/PowerShell/releases/tag/v6.2.4). The release
9595
page also documents the SHA256 hash of each package file. We can compare the published hash value
9696
with the one we calculate with `Get-FileHash`.
9797

reference/7.6/Microsoft.PowerShell.Utility/Get-FileHash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Path : C:\Users\user1\Downloads\Contoso8_1_ENT.iso
9191
### Example 3: Compute the hash value of a stream
9292

9393
For this example, we get are using **System.Net.WebClient** to download a package from the
94-
[Powershell release page](https://github.com/PowerShell/PowerShell/releases/tag/v6.2.4). The release
94+
[PowerShell release page](https://github.com/PowerShell/PowerShell/releases/tag/v6.2.4). The release
9595
page also documents the SHA256 hash of each package file. We can compare the published hash value
9696
with the one we calculate with `Get-FileHash`.
9797

reference/docs-conceptual/community/contributing/quality-improvements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For Windows PowerShell, use one of these formats instead:
7676
1. When the cmdlet haas no aliases
7777
7878
```md
79-
Windows Powershell includes no aliases for `<Cmdlet-Name>`.
79+
Windows PowerShell includes no aliases for `<Cmdlet-Name>`.
8080
```
8181
-->
8282
## Formatting code samples
13.9 KB
Loading
-885 KB
Binary file not shown.

0 commit comments

Comments
 (0)