Skip to content

Commit fcd028c

Browse files
doctordnsiSazonov
authored andcommitted
Fix Typo in Get-ComputerInfo cmdlet description (PowerShell#11321)
1 parent 36dab96 commit fcd028c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.PowerShell.Commands.Management/commands/management/GetComputerInfoCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Microsoft.PowerShell.Commands
2121

2222
#region GetComputerInfoCommand cmdlet implementation
2323
/// <summary>
24-
/// The Get=ComputerInfo cmdlet gathers and reports information
24+
/// The Get-ComputerInfo cmdlet gathers and reports information
2525
/// about a computer.
2626
/// </summary>
2727
[Cmdlet(VerbsCommon.Get, "ComputerInfo",

0 commit comments

Comments
 (0)