From 9b8d9e9ed223ebade7fb82c4922c5bad93621839 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 21 Sep 2017 10:10:18 +0545 Subject: [PATCH] Little words in doc --- doc/index.rst | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) 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