Correct a few "lets" that should have been "let's"
author |
Richard Russon (flatcap) <richard.russon@gmail.com> |
date |
Sat, 21 Apr 2012 02:12:44 +0100 |
parents |
ee7e65e9658e
|
children |
a2fb13918fc6
|
branches/tags |
(none) |
files |
chapters/07.markdown chapters/09.markdown chapters/16.markdown chapters/32.markdown chapters/45.markdown |
Changes
--- a/chapters/07.markdown Sun Apr 08 15:34:54 2012 -0400
+++ b/chapters/07.markdown Sat Apr 21 02:12:44 2012 +0100
@@ -19,7 +19,7 @@
Editing Mapping
---------------
-Lets add a mapping that will open our `~/.vimrc` file in a split so we can edit
+Let's add a mapping that will open our `~/.vimrc` file in a split so we can edit
it and get back to coding. Run this command:
:::vim
--- a/chapters/09.markdown Sun Apr 08 15:34:54 2012 -0400
+++ b/chapters/09.markdown Sat Apr 21 02:12:44 2012 +0100
@@ -20,7 +20,7 @@
after the `j`, Vim decides that you don't want to activate the mapping and
instead runs the normal `j` functionality (moving down a line).
-This mapping will make it painful to move around our file, so lets remove it.
+This mapping will make it painful to move around our file, so let's remove it.
Run the following command:
:::vim
--- a/chapters/16.markdown Sun Apr 08 15:34:54 2012 -0400
+++ b/chapters/16.markdown Sat Apr 21 02:12:44 2012 +0100
@@ -24,7 +24,7 @@
This is some text about topic two. It has only one paragraph.
The lines "underlined" with `=` characters are treated as heading by Markdown.
-Lets create some mappings that let us target headings with movements. Run the
+Let's create some mappings that let us target headings with movements. Run the
following command:
:::vim
--- a/chapters/32.markdown Sun Apr 08 15:34:54 2012 -0400
+++ b/chapters/32.markdown Sat Apr 21 02:12:44 2012 +0100
@@ -74,7 +74,7 @@
If you've read `:help grep` this should be pretty easy to understand. We've
looked at lots of mappings before, and there's nothing new here.
-Obviously we're not done yet, so lets refine this mapping until it meets our
+Obviously we're not done yet, so let's refine this mapping until it meets our
simplified goal.
The Search Term
--- a/chapters/45.markdown Sun Apr 08 15:34:54 2012 -0400
+++ b/chapters/45.markdown Sat Apr 21 02:12:44 2012 +0100
@@ -59,7 +59,7 @@
don't need to know about individual languages.
Potion has a bunch of other keywords that we haven't used in our toy program, so
-lets edit our syntax file to highlight those too:
+let's edit our syntax file to highlight those too:
:::vim
syntax keyword potionKeyword loop times to while