From 57ffd8e147398987de7147a6fda121b44f1b323f Mon Sep 17 00:00:00 2001 From: Jason Estibeiro Date: Fri, 28 Oct 2016 15:20:05 +0530 Subject: [PATCH] Minor grammatical corrections in docs --- docs/HACKING_QUICKSTART.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/HACKING_QUICKSTART.md b/docs/HACKING_QUICKSTART.md index ec65d263d86..a2a00379bc6 100644 --- a/docs/HACKING_QUICKSTART.md +++ b/docs/HACKING_QUICKSTART.md @@ -75,7 +75,7 @@ For more exhaustive documentation: ## Cargo and Crates -A Rust library is called a crate. Servo uses plenty of crates. These crates are dependencies. They are listed in files called `Cargo.toml`. Servo is split in components and ports (see `components` and `ports` directories). Each has its own dependencies, and each has its own `Cargo.toml` file. +A Rust library is called a crate. Servo uses plenty of crates. These crates are dependencies. They are listed in files called `Cargo.toml`. Servo is split into components and ports (see `components` and `ports` directories). Each has its own dependencies, and each has its own `Cargo.toml` file. `Cargo.toml` files list the dependencies. You can edit this file. @@ -129,7 +129,7 @@ For more details about overriding dependencies, see [Cargo's documentation](http ### Logging: -Before starting the debugger right away, you might want get some information about what's happening, how, and when. Luckily, Servo comes with plenty of logs that will help us. Type these 2 commands: +Before starting the debugger right away, you might want to get some information about what's happening, how, and when. Luckily, Servo comes with plenty of logs that will help us. Type these 2 commands: ``` shell ./mach run -d -- --help