Skip to content

Commit 36c3d02

Browse files
authored
Merge pull request #11719 from MicrosoftDocs/main
1/22/2025 PM Publish
2 parents bb97d6e + 26e5157 commit 36c3d02

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cast an object to a specific type. For those cases, you must enclose the type
3535
name or its accelerator in square brackets (`[]`). For example, `[int]` or
3636
`[int32]`.
3737

38-
In some contexts, you can specify allow type accelerator name as a string. For
38+
In some contexts, you can specify the type accelerator name as a string. For
3939
example:
4040

4141
- When used with type comparison operators

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cast an object to a specific type. For those cases, you must enclose the type
3535
name or its accelerator in square brackets (`[]`). For example, `[int]` or
3636
`[int32]`.
3737

38-
In some contexts, you can specify allow type accelerator name as a string. For
38+
In some contexts, you can specify the type accelerator name as a string. For
3939
example:
4040

4141
- When used with type comparison operators

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cast an object to a specific type. For those cases, you must enclose the type
3535
name or its accelerator in square brackets (`[]`). For example, `[int]` or
3636
`[int32]`.
3737

38-
In some contexts, you can specify allow type accelerator name as a string. For
38+
In some contexts, you can specify the type accelerator name as a string. For
3939
example:
4040

4141
- When used with type comparison operators

reference/7.6/Microsoft.PowerShell.Core/About/about_Type_Accelerators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cast an object to a specific type. For those cases, you must enclose the type
3535
name or its accelerator in square brackets (`[]`). For example, `[int]` or
3636
`[int32]`.
3737

38-
In some contexts, you can specify allow type accelerator name as a string. For
38+
In some contexts, you can specify the type accelerator name as a string. For
3939
example:
4040

4141
- When used with type comparison operators

reference/docs-conceptual/community/community-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ find help from other members of the community in one of these public forums:
1616
- [PowerShell Tech Community](https://techcommunity.microsoft.com/t5/PowerShell/ct-p/WindowsPowerShell)
1717
- [DSC Community](https://dsccommunity.org/)
1818
- [PowerShell.org](https://forums.powershell.org/)
19-
- [StackOverFlow](https://stackoverflow.com/questions/tagged/powershell)
19+
- [Stack Overflow](https://stackoverflow.com/questions/tagged/powershell)
2020
- [r/PowerShell subreddit](https://www.reddit.com/r/PowerShell/)
2121
- PowerShell Virtual User Group - join via:
2222
- [Slack](https://aka.ms/psslack)

reference/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ tools:
147147
imageSrc: /media/hubs/powershell/i_group-feedback.svg
148148
url: https://powershell.org/
149149
# Card 5
150-
- title: StackOverFlow
150+
- title: Stack Overflow
151151
imageSrc: /media/hubs/powershell/logo_stackoverflow.svg
152152
url: https://stackoverflow.com/questions/tagged/powershell
153153
# Card 6

0 commit comments

Comments
 (0)