From 54169819894cb04790b9b9562059352ce5c6364c Mon Sep 17 00:00:00 2001 From: Omni Adams Date: Tue, 23 Feb 2016 14:59:23 -0600 Subject: [PATCH] Changed lets (permit or allow) to let's (contraction of "let us") --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 966bc31..ef302ad 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Since we need a working implementation, we may start by implementing only what i #### Step 3 -We only need a number of **godogs** for now. Lets define steps. +We only need a number of **godogs** for now. Let's define steps. ``` go /* file: examples/godogs/godog.go */ @@ -80,7 +80,7 @@ func main() { /* usual main func */ } #### Step 4 -Now lets finish our step implementations in order to test our feature requirements: +Now let's finish our step implementations in order to test our feature requirements: ``` go /* file: examples/godogs/godog_test.go */