Skip to content

Commit 4df5564

Browse files
authored
Fix typo (#11675)
MacOS -> macOS
1 parent e9bf838 commit 4df5564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/7.5/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)