Typo in WC_Email_Customer_New_Account

This commit is contained in:
Gregory Karpinsky 2016-07-05 18:48:40 -04:00 committed by GitHub
parent 561cdd35e5
commit 7814acb96e
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class WC_Email_Customer_New_Account extends WC_Email {
$this->subject = __( 'Your account on {site_title}', 'woocommerce');
$this->heading = __( 'Welcome to {site_title}', 'woocommerce');
// Call parent constuctor
// Call parent constructor
parent::__construct();
}