Skip to content

Commit f411e49

Browse files
(GH-10260) Fix typo in about_FileSystem_Provider (#10262)
This change: - Fixes a typo in the `about_FileSystem_Provider` documentation - Resolves #10260 - Fixes AB#124105
1 parent b036fbc commit f411e49

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: FileSystem
33
Locale: en-US
4-
ms.date: 06/14/2023
4+
ms.date: 07/10/2023
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_filesystem_provider?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about FileSystem Provider
@@ -631,7 +631,8 @@ Ignores newline characters. Returns contents as a single item.
631631

632632
### ItemType \<String\>
633633

634-
This parameter allows you to specify the tye of item to create with `New-Item`
634+
This parameter allows you to specify the type of item to create with
635+
`New-Item`.
635636

636637
The available values of this parameter depend on the current provider you are
637638
using.

reference/7.2/Microsoft.PowerShell.Core/About/about_FileSystem_Provider.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: FileSystem
33
Locale: en-US
4-
ms.date: 06/14/2023
4+
ms.date: 07/10/2023
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_filesystem_provider?view=powershell-7.2&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about FileSystem Provider
@@ -635,7 +635,8 @@ Ignores newline characters. Returns contents as a single item.
635635

636636
### ItemType \<String\>
637637

638-
This parameter allows you to specify the tye of item to create with `New-Item`
638+
This parameter allows you to specify the type of item to create with
639+
`New-Item`.
639640

640641
The available values of this parameter depend on the current provider you are
641642
using.

reference/7.3/Microsoft.PowerShell.Core/About/about_FileSystem_Provider.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: FileSystem
33
Locale: en-US
4-
ms.date: 06/14/2023
4+
ms.date: 07/10/2023
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_filesystem_provider?view=powershell-7.3&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about FileSystem Provider
@@ -635,7 +635,8 @@ Ignores newline characters. Returns contents as a single item.
635635

636636
### ItemType \<String\>
637637

638-
This parameter allows you to specify the tye of item to create with `New-Item`
638+
This parameter allows you to specify the type of item to create with
639+
`New-Item`.
639640

640641
The available values of this parameter depend on the current provider you are
641642
using.

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: FileSystem
33
Locale: en-US
4-
ms.date: 06/14/2023
4+
ms.date: 07/10/2023
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_filesystem_provider?view=powershell-7.4&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about FileSystem Provider
@@ -635,7 +635,8 @@ Ignores newline characters. Returns contents as a single item.
635635

636636
### ItemType \<String\>
637637

638-
This parameter allows you to specify the tye of item to create with `New-Item`
638+
This parameter allows you to specify the type of item to create with
639+
`New-Item`.
639640

640641
The available values of this parameter depend on the current provider you are
641642
using.

0 commit comments

Comments
 (0)