Skip to content

Commit 26e5157

Browse files
Fix about_Type_Accelerators typo (#11718)
1 parent 464a0f0 commit 26e5157

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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

0 commit comments

Comments
 (0)