From 148de81b38ecef2db55bcc6866d3eceb3f633816 Mon Sep 17 00:00:00 2001 From: David Stoline Date: Thu, 13 Nov 2014 10:05:53 -0500 Subject: [PATCH] Fix misspelling. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9bee15d..11f70061 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The Drupal Extension 3.0 supports Drupal 7 and 8, and utilizes Behat 3. For Drup 1. To add in support for additional web-based step definitions add the extended `Drupal\DrupalExtension\Context\MinkContext`: ``` yaml contexts: - - Drupal\DrupalExtension\Contexti\DrupalContext + - Drupal\DrupalExtension\Context\DrupalContext - Drupal\DrupalExtension\Context\MinkContext ``` Additional contexts include `MessageContext` for interacting with Drupal messages (error, status, warning), and `DrushContext` for directly calling Drush commands from scenarios.