Update CONTRIBUTING.md

Craig Loewen committed Oct 24, 2023 at 10:53 UTC c00232088161901232934f31cd54d3f9971a062e
1 file changed +1 -1
CONTRIBUTING.md
+1 -1
@@ -206,7 +206,7 @@ Make sure that the email body contains:
206
207 The easiest way to report a WSL process crash is by [collecting a user-mode crash dump](https://learn.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps).
208
209 -To force WSL to crash and collect this information, please open a PowerShell prompt with admin privileges, navigate to a folder where you'd like to put your log files and run these commands:
209 +To collect dumps of all running WSL processe, please open a PowerShell prompt with admin privileges, navigate to a folder where you'd like to put your log files and run these commands:
210
211 ```
212 Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1