Fixed typos

This commit is contained in:
Pascal Borreli
2012-09-19 22:25:06 +00:00
parent 5ed575335e
commit 0fa9296b91
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: 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 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: ``MinkContext`` by default. To see all available steps, run:
.. code-block:: bash .. code-block:: bash
@@ -206,7 +206,7 @@ Configuration
------------- -------------
MinkExtension comes with flexible configuration system, that gives you 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 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> * @author Konstantin Kudryashov <ever.zet@gmail.com>
*/ */