From 6d52633024a2964e953f5d58d60d5dc52266ce4c Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Fri, 9 Aug 2024 09:32:28 -0500 Subject: [PATCH] Fix typo (#11327) --- .../5.1/Microsoft.PowerShell.Management/Get-ChildItem.md | 4 ++-- .../7.2/Microsoft.PowerShell.Management/Get-ChildItem.md | 4 ++-- .../7.4/Microsoft.PowerShell.Management/Get-ChildItem.md | 4 ++-- .../7.5/Microsoft.PowerShell.Management/Get-ChildItem.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Management/Get-ChildItem.md b/reference/5.1/Microsoft.PowerShell.Management/Get-ChildItem.md index 8703d5e5a667..2d2a85723121 100644 --- a/reference/5.1/Microsoft.PowerShell.Management/Get-ChildItem.md +++ b/reference/5.1/Microsoft.PowerShell.Management/Get-ChildItem.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 03/28/2024 +ms.date: 08/09/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-childitem?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-ChildItem @@ -192,7 +192,7 @@ Mode LastWriteTime Length Name The `Get-ChildItem` cmdlet uses the **Path** parameter to specify `C:\Test\*.txt`. **Path** uses the asterisk (`*`) wildcard to specify all files with the filename extension `.txt`. The **Recurse** -parameter searches the **Path** directory its subdirectories, as shown in the **Directory:** +parameter searches the **Path** directory and its subdirectories, as shown in the **Directory:** headings. The **Force** parameter displays hidden files such as `hiddenfile.txt` that have a mode of **h**. diff --git a/reference/7.2/Microsoft.PowerShell.Management/Get-ChildItem.md b/reference/7.2/Microsoft.PowerShell.Management/Get-ChildItem.md index c0d910321317..d89d9caefec7 100644 --- a/reference/7.2/Microsoft.PowerShell.Management/Get-ChildItem.md +++ b/reference/7.2/Microsoft.PowerShell.Management/Get-ChildItem.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 03/28/2024 +ms.date: 08/09/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-childitem?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-ChildItem @@ -191,7 +191,7 @@ Mode LastWriteTime Length Name The `Get-ChildItem` cmdlet uses the **Path** parameter to specify `C:\Test\*.txt`. **Path** uses the asterisk (`*`) wildcard to specify all files with the filename extension `.txt`. The **Recurse** -parameter searches the **Path** directory its subdirectories, as shown in the **Directory:** +parameter searches the **Path** directory and its subdirectories, as shown in the **Directory:** headings. The **Force** parameter displays hidden files such as `hiddenfile.txt` that have a mode of **h**. diff --git a/reference/7.4/Microsoft.PowerShell.Management/Get-ChildItem.md b/reference/7.4/Microsoft.PowerShell.Management/Get-ChildItem.md index f4efb6dc35cd..033e4783159d 100644 --- a/reference/7.4/Microsoft.PowerShell.Management/Get-ChildItem.md +++ b/reference/7.4/Microsoft.PowerShell.Management/Get-ChildItem.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 03/28/2024 +ms.date: 08/09/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-childitem?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-ChildItem @@ -191,7 +191,7 @@ Mode LastWriteTime Length Name The `Get-ChildItem` cmdlet uses the **Path** parameter to specify `C:\Test\*.txt`. **Path** uses the asterisk (`*`) wildcard to specify all files with the filename extension `.txt`. The **Recurse** -parameter searches the **Path** directory its subdirectories, as shown in the **Directory:** +parameter searches the **Path** directory and its subdirectories, as shown in the **Directory:** headings. The **Force** parameter displays hidden files such as `hiddenfile.txt` that have a mode of **h**. diff --git a/reference/7.5/Microsoft.PowerShell.Management/Get-ChildItem.md b/reference/7.5/Microsoft.PowerShell.Management/Get-ChildItem.md index 6bcfc4643aa9..7ea98df8fbdd 100644 --- a/reference/7.5/Microsoft.PowerShell.Management/Get-ChildItem.md +++ b/reference/7.5/Microsoft.PowerShell.Management/Get-ChildItem.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 03/28/2024 +ms.date: 08/09/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-childitem?view=powershell-7.5&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-ChildItem @@ -191,7 +191,7 @@ Mode LastWriteTime Length Name The `Get-ChildItem` cmdlet uses the **Path** parameter to specify `C:\Test\*.txt`. **Path** uses the asterisk (`*`) wildcard to specify all files with the filename extension `.txt`. The **Recurse** -parameter searches the **Path** directory its subdirectories, as shown in the **Directory:** +parameter searches the **Path** directory and its subdirectories, as shown in the **Directory:** headings. The **Force** parameter displays hidden files such as `hiddenfile.txt` that have a mode of **h**.