From ad5bc8fc8d36c392e47b9a3ad956ab05ea1450af Mon Sep 17 00:00:00 2001
From: Craig Disselkoen <cdisselkoen@mozilla.com>
Date: Thu, 19 Jul 2018 16:35:28 -0700
Subject: [PATCH] Fix a few typos in guide

---
 guide/src/basic-usage.md   | 4 ++--
 guide/src/cli-reference.md | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/guide/src/basic-usage.md b/guide/src/basic-usage.md
index 47b912b2..429192bf 100644
--- a/guide/src/basic-usage.md
+++ b/guide/src/basic-usage.md
@@ -7,7 +7,7 @@ Let's implement the equivalent of "Hello, world!" for this crate.
 
 [rustup]: https://rustup.rs
 
-If you'd like you dive [straight into an online example][hello-online], but
+If you'd like you can dive [straight into an online example][hello-online], but
 if you'd prefer to follow along in your own console let's install the tools we
 need:
 
@@ -98,7 +98,7 @@ At this point you'll probably plug these files into a larger build system.
 Files emitted by `wasm-bindgen` act like normal ES6 modules (one just happens to
 be wasm). As of the time of this writing there's unfortunately not a lot of
 tools that natively do this, but Webpack's 4.0 beta release has native wasm
-support!. Let's take a look at that and see how it works.
+support! Let's take a look at that and see how it works.
 
 First create an `index.js` file:
 
diff --git a/guide/src/cli-reference.md b/guide/src/cli-reference.md
index d8878120..e1bea340 100644
--- a/guide/src/cli-reference.md
+++ b/guide/src/cli-reference.md
@@ -29,4 +29,4 @@ some notable options are:
   JS file, but this flag will disable generating this TypeScript file.
 
 * `--debug`: generates a bit more JS and wasm in "debug mode" to help catch
-  programmer errors, but this output isn't intended to be shipped to production
+  programmer errors, but this output isn't intended to be shipped to production.