Skip to content

Commit 67ef2fe

Browse files
authored
Fix typo (#11673)
MacOS -> macOS
1 parent 593016f commit 67ef2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Otherwise contains `$false`.
291291

292292
### `$IsMacOS`
293293

294-
Contains `$true` if the current session is running on a MacOS operating system.
294+
Contains `$true` if the current session is running on a macOS operating system.
295295
Otherwise contains `$false`.
296296

297297
### `$IsWindows`

0 commit comments

Comments
 (0)