Skip to content

Commit

Permalink
FIX: TYPOs in Scenario Outline example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenisys committed Feb 21, 2012
1 parent a90b726 commit eb5011b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ basic actions. You may use a Scenario Outline to achieve this:
Scenario Outline: Blenders
Given I put <thing> in a blender,
when I swtich the blender on
then it should trasform into <other thing>
when I switch the blender on
then it should transform into <other thing>
Examples: Amphibians
| thing | other thing |
Expand Down

0 comments on commit eb5011b

Please sign in to comment.