aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYash Sajwan <yashsajwan12345@gmail.com>2023-10-30 19:23:37 +0530
committerGitHub <noreply@github.com>2023-10-30 13:53:37 +0000
commitafe299fd1d9dc988d4b54fba14326d9107edbd92 (patch)
tree7482f97fa66f232faaa86a138bc33986faccf771 /docs
parent6b882579a5571a8f4776414c5ef501d1e8de6fb2 (diff)
downloadservo-afe299fd1d9dc988d4b54fba14326d9107edbd92.tar.gz
servo-afe299fd1d9dc988d4b54fba14326d9107edbd92.zip
fix typo in debugging.md from servo to Servo (#30644)
Diffstat (limited to 'docs')
-rw-r--r--docs/debugging.md2
1 files changed, 1 insertions, 1 deletions
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:
```