From 0fa9296b91161ded2f9e94f9b476d41a68539988 Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Wed, 19 Sep 2012 22:25:06 +0000 Subject: [PATCH] Fixed typos --- doc/index.rst | 4 ++-- src/Behat/MinkExtension/Compiler/SelectorsPass.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 7f5c7ff..d4ff369 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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 ~~~~~~~ diff --git a/src/Behat/MinkExtension/Compiler/SelectorsPass.php b/src/Behat/MinkExtension/Compiler/SelectorsPass.php index bba1cdf..b0657b5 100644 --- a/src/Behat/MinkExtension/Compiler/SelectorsPass.php +++ b/src/Behat/MinkExtension/Compiler/SelectorsPass.php @@ -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 */