diff --git a/doc/index.rst b/doc/index.rst index da80286..2c15ebf 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -2,8 +2,8 @@ Mink Extension ============== You can use Behat to describe anything, that you can describe in business -logic. It’s tools, gui applications, web applications. Most interesting part -is web applications. First, behavioral testing already exists in web world - +logic. It’s tools, gui applications, web applications. The most interesting part +is web applications. First, behavioral testing already exists in the web world - it’s called functional or acceptance testing. Almost all popular frameworks and languages provide functional testing tools. Today we’ll talk about how to use Behat for functional testing of web applications. `Mink `_ @@ -13,7 +13,7 @@ Basically, MinkExtension is an integration layer between Behat 3.0+ and Mink 1.4 and it provides: * Additional services for Behat (``Mink``, ``Sessions``, ``Drivers``). -* ``Behat\MinkExtension\Context\MinkAwareContext`` which provides ``Mink`` +* ``Behat\MinkExtension\Context\MinkAwareContext`` which provides a ``Mink`` instance for your contexts. * Base ``Behat\MinkExtension\Context\MinkContext`` context which provides base step definitions and hooks for your contexts or subcontexts. Or it could be @@ -38,7 +38,7 @@ The easiest way to keep your suite updated is to use `Composer