Skip to content
Merged
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 @@ -35,7 +35,7 @@ cast an object to a specific type. For those cases, you must enclose the type
name or its accelerator in square brackets (`[]`). For example, `[int]` or
`[int32]`.

In some contexts, you can specify allow type accelerator name as a string. For
In some contexts, you can specify the type accelerator name as a string. For
example:

- When used with type comparison operators
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cast an object to a specific type. For those cases, you must enclose the type
name or its accelerator in square brackets (`[]`). For example, `[int]` or
`[int32]`.

In some contexts, you can specify allow type accelerator name as a string. For
In some contexts, you can specify the type accelerator name as a string. For
example:

- When used with type comparison operators
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cast an object to a specific type. For those cases, you must enclose the type
name or its accelerator in square brackets (`[]`). For example, `[int]` or
`[int32]`.

In some contexts, you can specify allow type accelerator name as a string. For
In some contexts, you can specify the type accelerator name as a string. For
example:

- When used with type comparison operators
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cast an object to a specific type. For those cases, you must enclose the type
name or its accelerator in square brackets (`[]`). For example, `[int]` or
`[int32]`.

In some contexts, you can specify allow type accelerator name as a string. For
In some contexts, you can specify the type accelerator name as a string. For
example:

- When used with type comparison operators
Expand Down
2 changes: 1 addition & 1 deletion reference/docs-conceptual/community/community-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ find help from other members of the community in one of these public forums:
- [PowerShell Tech Community](https://techcommunity.microsoft.com/t5/PowerShell/ct-p/WindowsPowerShell)
- [DSC Community](https://dsccommunity.org/)
- [PowerShell.org](https://forums.powershell.org/)
- [StackOverFlow](https://stackoverflow.com/questions/tagged/powershell)
- [Stack Overflow](https://stackoverflow.com/questions/tagged/powershell)
- [r/PowerShell subreddit](https://www.reddit.com/r/PowerShell/)
- PowerShell Virtual User Group - join via:
- [Slack](https://aka.ms/psslack)
Expand Down
2 changes: 1 addition & 1 deletion reference/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ tools:
imageSrc: /media/hubs/powershell/i_group-feedback.svg
url: https://powershell.org/
# Card 5
- title: StackOverFlow
- title: Stack Overflow
imageSrc: /media/hubs/powershell/logo_stackoverflow.svg
url: https://stackoverflow.com/questions/tagged/powershell
# Card 6
Expand Down