Skip to content

Fix typo; remove wrong word #4011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo; remove wrong word
  • Loading branch information
ite-klass committed Mar 18, 2019
commit 4b4b573b69d51b0b857841e61b4082adcca26259
2 changes: 1 addition & 1 deletion reference/3.0/Microsoft.PowerShell.Core/Get-Command.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ Represents aliases.

### System.Management.Automation.ApplicationInfo

Represents or applications and files
Represents applications and files

### System.Management.Automation.CmdletInfo

Expand Down
2 changes: 1 addition & 1 deletion reference/4.0/Microsoft.PowerShell.Core/Get-Command.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ The type of object that is returned depends on the type of command that Get-Comm
Represents aliases.

### System.Management.Automation.ApplicationInfo
Represents or applications and files
Represents applications and files

### System.Management.Automation.CmdletInfo
Represents cmdlets.
Expand Down
2 changes: 1 addition & 1 deletion reference/5.0/Microsoft.PowerShell.Core/Get-Command.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ The type of object that is returned depends on the type of command that **Get-Co
Represents aliases.

### System.Management.Automation.ApplicationInfo
Represents or applications and files.
Represents applications and files.

### System.Management.Automation.CmdletInfo
Represents cmdlets.
Expand Down
2 changes: 1 addition & 1 deletion reference/5.1/Microsoft.PowerShell.Core/Get-Command.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ The type of object that is returned depends on the type of command that **Get-Co
Represents aliases.

### System.Management.Automation.ApplicationInfo
Represents or applications and files.
Represents applications and files.

### System.Management.Automation.CmdletInfo
Represents cmdlets.
Expand Down
2 changes: 1 addition & 1 deletion reference/6/Microsoft.PowerShell.Core/Get-Command.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ Represents aliases.

### System.Management.Automation.ApplicationInfo

Represents or applications and files.
Represents applications and files.

### System.Management.Automation.CmdletInfo

Expand Down