Skip to content

Commit 46a4d14

Browse files
authored
Fix typo (#11767)
Mac OS -> macOS
1 parent b9d873e commit 46a4d14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reference/7.4/Microsoft.PowerShell.Management/Restart-Computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ This cmdlet returns no output.
375375
of the Windows Management Instrumentation (WMI) [Win32_OperatingSystem](/windows/desktop/CIMWin32Prov/win32-operatingsystem)
376376
class. This method requires the **SeShutdownPrivilege** privilege be enabled for the user account
377377
used to restart the machine.
378-
- On Linux and Mac OS, `Restart-Computer` uses the `/sbin/shutdown` bash tool.
378+
- On Linux and macOS, `Restart-Computer` uses the `/sbin/shutdown` bash tool.
379379

380380
## RELATED LINKS
381381

reference/7.5/Microsoft.PowerShell.Management/Restart-Computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ This cmdlet returns no output.
378378
[Win32_OperatingSystem](/windows/desktop/CIMWin32Prov/win32-operatingsystem) class. This method
379379
requires the **SeShutdownPrivilege** privilege be enabled for the user account used to restart
380380
the machine.
381-
- On Linux and Mac OS, `Restart-Computer` uses the `/sbin/shutdown` bash tool.
381+
- On Linux and macOS, `Restart-Computer` uses the `/sbin/shutdown` bash tool.
382382

383383
## RELATED LINKS
384384

reference/7.6/Microsoft.PowerShell.Management/Restart-Computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ This cmdlet returns no output.
375375
of the Windows Management Instrumentation (WMI) [Win32_OperatingSystem](/windows/desktop/CIMWin32Prov/win32-operatingsystem)
376376
class. This method requires the **SeShutdownPrivilege** privilege be enabled for the user account
377377
used to restart the machine.
378-
- On Linux and Mac OS, `Restart-Computer` uses the `/sbin/shutdown` bash tool.
378+
- On Linux and macOS, `Restart-Computer` uses the `/sbin/shutdown` bash tool.
379379

380380
## RELATED LINKS
381381

0 commit comments

Comments
 (0)