From 5a929085625e7f954e7b815246f92c62f6e6a9c4 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Fri, 30 Aug 2024 09:11:03 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Mike F. Robbins --- .../About/about_Logging_Non-Windows.md | 4 ++-- .../About/about_Logging_Non-Windows.md | 4 ++-- .../About/about_Logging_Non-Windows.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/7.2/Microsoft.PowerShell.Core/About/about_Logging_Non-Windows.md b/reference/7.2/Microsoft.PowerShell.Core/About/about_Logging_Non-Windows.md index ffccd96bb943..9493ce9ab6ad 100644 --- a/reference/7.2/Microsoft.PowerShell.Core/About/about_Logging_Non-Windows.md +++ b/reference/7.2/Microsoft.PowerShell.Core/About/about_Logging_Non-Windows.md @@ -293,7 +293,7 @@ predates the unified logging system. To view PowerShell log data from a command line on macOS, use the `log` command in the **Terminal** or other shell host application. These commands can be run -from **PowerShell**, **ZShell**, or **Bash**. +from **PowerShell**, **Z Shell**, or **Bash**. In the following example, the `log` command is used to show the log data on your system as it's occurring in realtime. The **process** parameter filters the log @@ -321,7 +321,7 @@ command. You can also output the log data in JSON format, which allows you to convert the event data to PowerShell objects. The following example outputs the events -in JSON format.The `ConvertFrom-Json` cmdlet is used to convert the JSON data +in JSON format. The `ConvertFrom-Json` cmdlet is used to convert the JSON data to PowerShell objects are get stored in the `$logRecord` variable. ```powershell diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Logging_Non-Windows.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Logging_Non-Windows.md index 2566605bee72..29b6ed672d4f 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Logging_Non-Windows.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Logging_Non-Windows.md @@ -293,7 +293,7 @@ predates the unified logging system. To view PowerShell log data from a command line on macOS, use the `log` command in the **Terminal** or other shell host application. These commands can be run -from **PowerShell**, **ZShell**, or **Bash**. +from **PowerShell**, **Z Shell**, or **Bash**. In the following example, the `log` command is used to show the log data on your system as it's occurring in realtime. The **process** parameter filters the log @@ -321,7 +321,7 @@ command. You can also output the log data in JSON format, which allows you to convert the event data to PowerShell objects. The following example outputs the events -in JSON format.The `ConvertFrom-Json` cmdlet is used to convert the JSON data +in JSON format. The `ConvertFrom-Json` cmdlet is used to convert the JSON data to PowerShell objects are get stored in the `$logRecord` variable. ```powershell diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Logging_Non-Windows.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Logging_Non-Windows.md index 4bb766c45ec8..75aa59394116 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Logging_Non-Windows.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Logging_Non-Windows.md @@ -293,7 +293,7 @@ predates the unified logging system. To view PowerShell log data from a command line on macOS, use the `log` command in the **Terminal** or other shell host application. These commands can be run -from **PowerShell**, **ZShell**, or **Bash**. +from **PowerShell**, **Z Shell**, or **Bash**. In the following example, the `log` command is used to show the log data on your system as it's occurring in realtime. The **process** parameter filters the log @@ -321,7 +321,7 @@ command. You can also output the log data in JSON format, which allows you to convert the event data to PowerShell objects. The following example outputs the events -in JSON format.The `ConvertFrom-Json` cmdlet is used to convert the JSON data +in JSON format. The `ConvertFrom-Json` cmdlet is used to convert the JSON data to PowerShell objects are get stored in the `$logRecord` variable. ```powershell