From 5c03d9cbd593480ad2be0f72bb738bb43d114c2d Mon Sep 17 00:00:00 2001 From: James Kemp Date: Sat, 18 Nov 2017 22:08:42 +0000 Subject: [PATCH] Minor grammar change --- includes/class-wc-auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-auth.php b/includes/class-wc-auth.php index a85a9fdcdb8..27065044b84 100644 --- a/includes/class-wc-auth.php +++ b/includes/class-wc-auth.php @@ -192,7 +192,7 @@ class WC_Auth { $callback_url = $this->get_formatted_url( $_REQUEST['callback_url'] ); if ( 0 !== stripos( $callback_url, 'https://' ) ) { - throw new Exception( __( 'The callback_url need to be over SSL', 'woocommerce' ) ); + throw new Exception( __( 'The callback_url needs to be over SSL', 'woocommerce' ) ); } }