Merge pull request #38 from pborreli/typos

Fixed typos
This commit is contained in:
Christophe Coevoet
2012-09-19 15:44:20 -07:00
2 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ Usage
After installing extension, there would be 6 usage options available for you:
1. Writing features with bundled steps only. In this case, you don't need to create
``boostrap/`` folder or custom ``FeatureContext`` class - Behat will use default
``bootstrap/`` folder or custom ``FeatureContext`` class - Behat will use default
``MinkContext`` by default. To see all available steps, run:
.. code-block:: bash
@@ -206,7 +206,7 @@ Configuration
-------------
MinkExtension comes with flexible configuration system, that gives you
ability to configure Mink inside Behat to fullfil all your needs.
ability to configure Mink inside Behat to fulfil all your needs.
Drivers
~~~~~~~

View File

@@ -16,7 +16,7 @@ use Symfony\Component\DependencyInjection\Reference,
*/
/**
* Selectors handler compilation pass. Registers all avaiable Mink selector engines.
* Selectors handler compilation pass. Registers all available Mink selector engines.
*
* @author Konstantin Kudryashov <ever.zet@gmail.com>
*/