From cd494dd48faf97f32f9e26daffb637c3842af574 Mon Sep 17 00:00:00 2001 From: Andrew Marcinkevicius Date: Wed, 25 Mar 2015 18:07:29 +0200 Subject: [PATCH] Fix typos --- doc/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 9061913..ea65972 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -60,8 +60,10 @@ After installing extension, there would be 6 usage options available for you: 1. Extending ``Behat\MinkExtension\Context\RawMinkContext`` in your feature suite. This will give you ability to use a preconfigured `Mink` instance altogether with some convenience methods: + * ``getSession($name = null)`` * ``assertSession($name = null)`` + ``RawMinkContext`` doesn't provide any hooks or definitions, so you can inherit from it in as many contexts as you want - you'll never get ``RedundantStepException``. @@ -278,7 +280,7 @@ with support for 6 drivers out of the box: default: extensions: - Behat\MinkExtension\Extension: + Behat\MinkExtension: sessions: my_session: sahi: ~