fix typo in debugging.md from servo to Servo (#30644)

This commit is contained in:
Yash Sajwan 2023-10-30 19:23:37 +05:30 committed by GitHub
parent 6b882579a5
commit afe299fd1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
```