Fix typos in markdown files

Fixes a number of typographical errors across
markdown documentation files.
This commit is contained in:
Greg Myers 2022-01-11 09:31:27 -07:00 committed by greg
parent 5df705a41f
commit 829a736f96
No known key found for this signature in database
GPG key ID: A12C1FB2EA7EDE4D
4 changed files with 6 additions and 6 deletions

View file

@ -274,7 +274,7 @@ Servo is built with [Cargo](https://crates.io/), the Rust package manager.
We also use Mozilla's Mach tools to orchestrate the build and other tasks.
You can call Mach like this:
On Unix sytems:
On Unix systems:
```
./mach [command] [arguments]
```