Skip to content

Commit

Permalink
Merge pull request #60 from pfrenssen/patch-4
Browse files Browse the repository at this point in the history
Fix small grammatical errors
  • Loading branch information
stof committed Jan 1, 2015
2 parents 3798e3a + da16653 commit 1067a4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions guides/2.definitions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Defining Reusable Actions
:doc:`Gherkin language</guides/1.gherkin>` provides a way to describe your
application behavior in business understandable language. But how do you test
that the described behavior is actually implemented? Or that the application
satisfies you business expectations as described in the feature scenarios? Behat
provides a way to map your scenario steps (actions) 1-to-1 with actual
satisfies your business expectations as described in the feature scenarios?
Behat provides a way to map your scenario steps (actions) 1-to-1 with actual
PHP code called step definitions:

.. code-block:: php
Expand Down Expand Up @@ -213,8 +213,8 @@ context class.

.. note::

Implementing ``SnippetAcceptingContext`` interface tells Behat that your
context is expecting snippets to be generated inside it. Behat will
Implementing the ``SnippetAcceptingContext`` interface tells Behat that
your context is expecting snippets to be generated inside it. Behat will
generate simple pattern snippets for you, but if regular expressions
are your thing, Behat can generate them instead if you implement
``Behat\Behat\Context\CustomSnippetAcceptingContext`` interface instead
Expand Down

0 comments on commit 1067a4d

Please sign in to comment.