docs: Fix a typo (#11588)

Doy Bachtiar created

This PR fixes a typo in docs/src/development/debugging-crashes.md.

Release Notes:

- N/A

Change summary

docs/src/development/debugging-crashes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

docs/src/development/debugging-crashes.md 🔗

@@ -4,7 +4,7 @@
 
 When an app crashes, macOS creates a `.ips` file in `~/Library/Logs/DiagnosticReports`. You can view these using the built in Console app (`cmd-space Console`) under "Crash Reports".
 
-If you have enabeld Zed's telemetry these will be uploaded to us when you restart the app. They end up in Datadog, and a [Slack channel (internal only)](https://zed-industries.slack.com/archives/C04S6T1T7TQ).
+If you have enabled Zed's telemetry these will be uploaded to us when you restart the app. They end up in Datadog, and a [Slack channel (internal only)](https://zed-industries.slack.com/archives/C04S6T1T7TQ).
 
 These crash reports are generated by the crashing binary, and contain a wealth of information; but they are hard to read for a few reasons: