Merge pull request #225 from cucumber/gurjeet-patch-1

Fix minor grammatical error
Этот коммит содержится в:
Luke Hill 2020-02-12 08:00:25 +00:00 коммит произвёл GitHub
родитель 4eaffcbaf2 46b835301f
коммит 4267df0fa9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -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.