Skip to content

Commit

Permalink
Merge pull request #100 from ifdattic/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
stof committed Jun 17, 2016
2 parents 4c602cf + f48427e commit 5d6a407
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 @@ -366,7 +366,7 @@ interface, message, command output) and not something deeply buried inside it
.. caution::

While it might be tempting to implement Then steps to just look in the
While it might be tempting to implement ``Then`` steps to just look in the
database – resist the temptation. You should only verify output that is
observable by the user (or external system). Database data itself is
only visible internally to your application, but is then finally exposed
Expand All @@ -376,7 +376,7 @@ interface, message, command output) and not something deeply buried inside it
And, But
~~~~~~~~

If you have several Given, When or Then steps you can write:
If you have several ``Given``, ``When`` or ``Then`` steps you can write:

.. code-block:: gherkin
Expand All @@ -401,7 +401,7 @@ fluently:
Then I see something
But I don't see something else
Behat interprets steps beginning with And or But exactly the same as all other
Behat interprets steps beginning with ``And`` or ``But`` exactly the same as all other
steps; it doesn't differentiate between them - you should!

Multiline Arguments
Expand All @@ -421,7 +421,7 @@ Tables
~~~~~~

Tables as arguments to steps are handy for specifying a larger data set -
usually as input to a Given or as expected output from a Then.
usually as input to a ``Given`` or as expected output from a ``Then``:

.. code-block:: gherkin
Expand Down

0 comments on commit 5d6a407

Please sign in to comment.