Skip to content

Commit 72c1f59

Browse files
sdwheelerCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 10ffe5d commit 72c1f59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference/docs-conceptual/developer/cmdlet/approved-verbs-for-windows-powershell-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ that apply to communications. The following table lists most of the defined verb
129129
| Verb (alias) | Action | Synonyms to avoid |
130130
| ------------------------- | ----------------------------------------------------------------------------------------- | --------------------------------- |
131131
| [`Connect`][39] (`cc`) | Creates a link between a source and a destination. This verb is paired with `Disconnect`. | `Join`, `Telnet`, `Login` |
132-
| [`Disconnect`][40] (`dc`) | Breaks the link between a source and a destination. This verb is paired with `Connect`. | `Break`, Lo`goff |
132+
| [`Disconnect`][40] (`dc`) | Breaks the link between a source and a destination. This verb is paired with `Connect`. | `Break`, `Logoff` |
133133
| [`Read`][41] (`rd`) | Acquires information from a source. This verb is paired with `Write`. | `Acquire`, `Prompt`, `Get` |
134134
| [`Receive`][42] (`rc`) | Accepts information sent from a source. This verb is paired with `Send`. | `Read`, `Accept`, `Peek` |
135135
| [`Send`][43] (`sd`) | Delivers information to a destination. This verb is paired with `Receive`. | `Put`, `Broadcast`, `Mail`, `Fax` |

0 commit comments

Comments
 (0)