Skip to content

Commit 11269ae

Browse files
committed
Fix grammar in blog posts
1 parent 577ee5d commit 11269ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/blog/compiler-errors-for-humans.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ happening.** When reading a technical text, it is always easier if the author
153153
has defined the terms they are using and the specific issue they are
154154
addressing. It makes the details much more concrete.
155155
156-
Again, lets look at how the Elm 0.15.1 messages use these observations to
156+
Again, let's look at how the Elm 0.15.1 messages use these observations to
157157
improve error messages. This example tries to make a list of user pictures, but
158158
we mix up HTML and raw strings.
159159

src/pages/blog/making-pong.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The structure of Elm games breaks into four major parts: modeling inputs,
5151
modeling the game, updating the game, and viewing the game. It may be helpful
5252
to think of it as a functional variation on the Model-View-Controller paradigm.
5353
54-
To make this more concrete, lets see how Pong needs to be structured:
54+
To make this more concrete, let's see how Pong needs to be structured:
5555
5656
1. [**Inputs**](#inputs) — This is all of the stuff coming in from
5757
“the world”. For Pong, this is keyboard input from users and

0 commit comments

Comments
 (0)