Skip to content

Commit e9409a4

Browse files
authored
Update Remove-Service.md - Typo in param desc (#5513)
Typo in the description for the -InputObject parameter. Should say "remove" not "stop"
1 parent 92fdcb0 commit e9409a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reference/6/Microsoft.PowerShell.Management/Remove-Service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Get-Service -DisplayName "Test Service" | Remove-Service
5757

5858
### -InputObject
5959

60-
Specifies **ServiceController** objects that represent the services to stop. Enter a variable that
60+
Specifies **ServiceController** objects that represent the services to remove. Enter a variable that
6161
contains the objects, or type a command or expression that gets the objects.
6262

6363
```yaml

reference/7.0/Microsoft.PowerShell.Management/Remove-Service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Get-Service -DisplayName "Test Service" | Remove-Service
5757

5858
### -InputObject
5959

60-
Specifies **ServiceController** objects that represent the services to stop. Enter a variable that
60+
Specifies **ServiceController** objects that represent the services to remove. Enter a variable that
6161
contains the objects, or type a command or expression that gets the objects.
6262

6363
```yaml

reference/7.1/Microsoft.PowerShell.Management/Remove-Service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Get-Service -DisplayName "Test Service" | Remove-Service
5757

5858
### -InputObject
5959

60-
Specifies **ServiceController** objects that represent the services to stop. Enter a variable that
60+
Specifies **ServiceController** objects that represent the services to remove. Enter a variable that
6161
contains the objects, or type a command or expression that gets the objects.
6262

6363
```yaml

0 commit comments

Comments
 (0)