Typo in comment.

This commit is contained in:
Mike Jolley 2016-10-14 12:38:55 +01:00
parent a6f4332f89
commit c93486ccc7
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ jQuery( function( $ ) {
// Re-init methods
wc_checkout_form.init_payment_methods( selectedPaymentMethod );
// Fire updated_checkout e
// Fire updated_checkout event.
$( document.body ).trigger( 'updated_checkout', [ data ] );
}