From 6ffbd879dc7edc4cf0ec4d48204a863991927fd5 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Fri, 22 Mar 2019 10:00:05 +1300 Subject: [PATCH] Update typo in docblock --- src/Context/SilverStripeContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Context/SilverStripeContext.php b/src/Context/SilverStripeContext.php index e666f54..5a8ecfc 100644 --- a/src/Context/SilverStripeContext.php +++ b/src/Context/SilverStripeContext.php @@ -460,7 +460,7 @@ abstract class SilverStripeContext extends MinkContext implements SilverStripeAw } /** - * Overwritten to click the first *visable* link the DOM. + * Overwritten to click the first *visible* link the DOM. * * @param string $link * @throws ElementNotFoundException