docs: fix typos in contributing.md (#12998)
Dannon committed
May 29, 2025 at 10:23 UTC
769e508a341ad45dd24ee0794e75a15a6d211986
1 file changed
+7
-7
CONTRIBUTING.md
+7
-7
@@ -95,13 +95,13 @@ Please send this dump to: secure@microsoft.com .
95
Make sure that the email body contains:
96
97
- The Github issue number, if any
98
-- That this dump is destinated to the WSL team
98
+- That this dump is intended for the WSL team
99
100
### 11) Reporting a WSL process crash
101
102
The easiest way to report a WSL process crash is by [collecting a user-mode crash dump](https://learn.microsoft.com/windows/win32/wer/collecting-user-mode-dumps).
103
104
-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:
104
+To collect dumps of all running WSL processes, 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:
105
106
```
107
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1
@@ -134,9 +134,9 @@ reg.exe delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Repo
134
135
To collect time travel debugging traces:
136
137
-1) [Install Windbg preview](https://apps.microsoft.com/store/detail/windbg-preview/9PGJGD53TN86?hl=en-us&gl=us&rtc=1)
137
+1) [Install WinDbg preview](https://apps.microsoft.com/store/detail/windbg-preview/9PGJGD53TN86?hl=en-us&gl=us&rtc=1)
138
139
-2) Open windbg preview as administrator by running `windbgx` in an elevated command prompt
139
+2) Open WinDbg preview as administrator by running `windbgx` in an elevated command prompt
140
141
3) Navigate to `file` -> `Attach to process`
142
@@ -150,10 +150,10 @@ To collect time travel debugging traces:
150
151
7) Reproduce the issue
152
153
-8) Go back to windbg and click `Stop and Debug`
153
+8) Go back to WinDbg and click `Stop and Debug`
154
155
-9) Once the trace is done collecting, click `Stop Debugging` and close Windbg
155
+9) Once the trace is done collecting, click `Stop Debugging` and close WinDbg
156
157
10) Go to the folder where the trace was collected, and locate the .run file. It should look like: `wslservice*.run`
158
159
-11) Share that file on the issue
\ No newline at end of file
159
+11) Share that file on the issue