Skip to content
Merged

Fix typo #11850

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Path : C:\Users\user1\Downloads\Contoso8_1_ENT.iso
### Example 3: Compute the hash value of a stream

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Path : C:\Users\user1\Downloads\Contoso8_1_ENT.iso
### Example 3: Compute the hash value of a stream

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Path : C:\Users\user1\Downloads\Contoso8_1_ENT.iso
### Example 3: Compute the hash value of a stream

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ For Windows PowerShell, use one of these formats instead:
1. When the cmdlet haas no aliases

```md
Windows Powershell includes no aliases for `<Cmdlet-Name>`.
Windows PowerShell includes no aliases for `<Cmdlet-Name>`.
```
-->
## Formatting code samples
Expand Down