Merge pull request #17793 from jamesckemp/patch-7

Minor grammar change
This commit is contained in:
Mike Jolley 2017-11-20 11:17:34 +00:00 committed by GitHub
commit dff41d3e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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' ) );
}
}