From 46b835301f18e9b4ae89e6e57612d23347410ea9 Mon Sep 17 00:00:00 2001 From: Gurjeet Singh Date: Tue, 11 Feb 2020 17:31:36 -0800 Subject: [PATCH] Fix minor grammatical error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ffafba..4bfc2ff 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ state before each scenario. You may hook into more events, like **BeforeSuite** to prepare a database. By now, you should have figured out, how to use **godog**. Another advice -is to make steps orthogonal, small and simple to read for an user. Whether +is to make steps orthogonal, small and simple to read for a user. Whether the user is a dumb website user or an API developer, who may understand a little more technical context - it should target that user.