From afe299fd1d9dc988d4b54fba14326d9107edbd92 Mon Sep 17 00:00:00 2001 From: Yash Sajwan Date: Mon, 30 Oct 2023 19:23:37 +0530 Subject: [PATCH] fix typo in debugging.md from servo to Servo (#30644) --- docs/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debugging.md b/docs/debugging.md index de6d997d3de..054d6431fdd 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -1,7 +1,7 @@ # Servo debugging guide There are a few ways to debug Servo. `mach` supports a `--debug` flag that -searches a suitable debugger for you and runs servo with the appropriate +searches a suitable debugger for you and runs Servo with the appropriate arguments under it: ```