Minor grammar change

This commit is contained in:
James Kemp 2017-11-18 22:08:42 +00:00 committed by GitHub
parent 106e6533f2
commit 5c03d9cbd5
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' ) );
}
}