aboutsummaryrefslogtreecommitdiffstats
path: root/docs/debugging.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/debugging.md')
-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:
```