From 9e5098e012cf3e055210e7bff7040102752ea1e4 Mon Sep 17 00:00:00 2001 From: Omni Adams Date: Tue, 23 Feb 2016 14:58:30 -0600 Subject: [PATCH] Combined sentence fragment with following sentence for improved readability --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b33f3f5..966bc31 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ You should see that the steps are undefined: It gives you undefined step snippets to implement in your test context. You may copy these snippets into your `*_test.go` file. -Now if you run the tests again. You should see that the definition is now pending. You may change +Now if you run the tests again you should see that the definition is now pending. You may change **ErrPending** to **nil** and the scenario will pass successfully. Since we need a working implementation, we may start by implementing only what is necessary.