Skip to content

Commit 131ac79

Browse files
sdwheelerCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 2fed8e5 commit 131ac79

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

reference/7.5/Microsoft.PowerShell.Utility/Import-LocalizedData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ parameter.
381381

382382
Beginning in PowerShell 7.5.5, the cmdlet falls back to `en-US` and then `en` for any
383383
`<language>-<Region>` when you don't use the **UICulture** parameter. Therefore, if the command
384-
can't find a localized data for the current culture (`$PSUICulture`), the search falls back to
385-
`en-US` and then to `en` eventually.
384+
can't find localized data for the current culture (`$PSUICulture`), the search falls back to
385+
`en-US` and then to `en`.
386386

387387
For more information, see
388388
[about_Script_Internationalization](../Microsoft.Powershell.Core/About/about_Script_Internationalization.md).

reference/7.6/Microsoft.PowerShell.Utility/Import-LocalizedData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ parameter.
381381

382382
Beginning in PowerShell 7.5.5, the cmdlet falls back to `en-US` and then `en` for any
383383
`<language>-<Region>` when you don't use the **UICulture** parameter. Therefore, if the command
384-
can't find a localized data for the current culture (`$PSUICulture`), the search falls back to
385-
`en-US` and then to `en` eventually.
384+
can't find localized data for the current culture (`$PSUICulture`), the search falls back to
385+
`en-US` and then to `en`.
386386

387387
For more information, see
388388
[about_Script_Internationalization](../Microsoft.Powershell.Core/About/about_Script_Internationalization.md).

0 commit comments

Comments
 (0)