Skip to content

Commit

Permalink
Merge pull request #57 from pfrenssen/patch-1
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
stof committed Jan 1, 2015
2 parents 2a921e9 + 906cceb commit 8995426
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions guides/1.gherkin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ If you have several Given, When or Then steps you can write:
Scenario: Multiple Givens
Given one thing
Given an other thing
Given yet an other thing
Given another thing
Given yet another thing
When I open my eyes
Then I see something
Then I don't see something else
Expand All @@ -395,8 +395,8 @@ fluently:
Scenario: Multiple Givens
Given one thing
And an other thing
And yet an other thing
And another thing
And yet another thing
When I open my eyes
Then I see something
But I don't see something else
Expand Down

0 comments on commit 8995426

Please sign in to comment.