Skip to content

Commit c11cc97

Browse files
relsquiSean Wheeler
authored andcommitted
Typo fix ("you will are not" -> "you will not"). (#1951)
* Typo fix ("you will are not" -> "you will not"). * Changed from passive voice to active voice
1 parent 41dc145 commit c11cc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/5.1/Microsoft.PowerShell.Management/Stop-Process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can specify a process by process name or process ID (PID), or pass a process
3636
**Stop-Process** works only on processes running on the local computer.
3737

3838
On Windows Vista and later versions of the Windows operating system, to stop a process that is not owned by the current user, you must start Windows PowerShell by using the Run as administrator option.
39-
Also, you are will not be prompted for confirmation unless you specify the *Confirm* parameter.
39+
Also, you are not prompted for confirmation unless you specify the *Confirm* parameter.
4040

4141
## EXAMPLES
4242

0 commit comments

Comments
 (0)