diff --git a/core/modules/simpletest/src/BrowserTestBase.php b/core/modules/simpletest/src/BrowserTestBase.php index e69f9a1..d2cb628 100644 --- a/core/modules/simpletest/src/BrowserTestBase.php +++ b/core/modules/simpletest/src/BrowserTestBase.php @@ -188,7 +188,7 @@ * Shoud be a fully qualified class name that implements * Behat\Mink\Driver\DriverInterface. * - * Value can be overriden using the environment variable MINK_DRIVER_ARGS. + * Value can be overridden using the environment variable MINK_DRIVER_CLASS. * * @var string. */ @@ -200,7 +200,7 @@ * If it's an array its contents are used as constructor params when default * Mink driver class is instantiated. * - * Can be overriden using the environment variable MINK_DRIVER_ARGS. In this + * Can be overridden using the environment variable MINK_DRIVER_ARGS. In this * case that variable should be a JSON array, for example: * '["firefox", null, "http://localhost:4444/wd/hub"]'. *