Skip to content

Commit 6d52633

Browse files
authored
Fix typo (#11327)
1 parent 9a9d81f commit 6d52633

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

reference/5.1/Microsoft.PowerShell.Management/Get-ChildItem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 03/28/2024
5+
ms.date: 08/09/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-childitem?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ChildItem
@@ -192,7 +192,7 @@ Mode LastWriteTime Length Name
192192

193193
The `Get-ChildItem` cmdlet uses the **Path** parameter to specify `C:\Test\*.txt`. **Path** uses the
194194
asterisk (`*`) wildcard to specify all files with the filename extension `.txt`. The **Recurse**
195-
parameter searches the **Path** directory its subdirectories, as shown in the **Directory:**
195+
parameter searches the **Path** directory and its subdirectories, as shown in the **Directory:**
196196
headings. The **Force** parameter displays hidden files such as `hiddenfile.txt` that have a mode of
197197
**h**.
198198

reference/7.2/Microsoft.PowerShell.Management/Get-ChildItem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 03/28/2024
5+
ms.date: 08/09/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-childitem?view=powershell-7.2&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ChildItem
@@ -191,7 +191,7 @@ Mode LastWriteTime Length Name
191191

192192
The `Get-ChildItem` cmdlet uses the **Path** parameter to specify `C:\Test\*.txt`. **Path** uses the
193193
asterisk (`*`) wildcard to specify all files with the filename extension `.txt`. The **Recurse**
194-
parameter searches the **Path** directory its subdirectories, as shown in the **Directory:**
194+
parameter searches the **Path** directory and its subdirectories, as shown in the **Directory:**
195195
headings. The **Force** parameter displays hidden files such as `hiddenfile.txt` that have a mode of
196196
**h**.
197197

reference/7.4/Microsoft.PowerShell.Management/Get-ChildItem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 03/28/2024
5+
ms.date: 08/09/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-childitem?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ChildItem
@@ -191,7 +191,7 @@ Mode LastWriteTime Length Name
191191

192192
The `Get-ChildItem` cmdlet uses the **Path** parameter to specify `C:\Test\*.txt`. **Path** uses the
193193
asterisk (`*`) wildcard to specify all files with the filename extension `.txt`. The **Recurse**
194-
parameter searches the **Path** directory its subdirectories, as shown in the **Directory:**
194+
parameter searches the **Path** directory and its subdirectories, as shown in the **Directory:**
195195
headings. The **Force** parameter displays hidden files such as `hiddenfile.txt` that have a mode of
196196
**h**.
197197

reference/7.5/Microsoft.PowerShell.Management/Get-ChildItem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 03/28/2024
5+
ms.date: 08/09/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-childitem?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-ChildItem
@@ -191,7 +191,7 @@ Mode LastWriteTime Length Name
191191

192192
The `Get-ChildItem` cmdlet uses the **Path** parameter to specify `C:\Test\*.txt`. **Path** uses the
193193
asterisk (`*`) wildcard to specify all files with the filename extension `.txt`. The **Recurse**
194-
parameter searches the **Path** directory its subdirectories, as shown in the **Directory:**
194+
parameter searches the **Path** directory and its subdirectories, as shown in the **Directory:**
195195
headings. The **Force** parameter displays hidden files such as `hiddenfile.txt` that have a mode of
196196
**h**.
197197

0 commit comments

Comments
 (0)