Typo correction in woocommerce/src/Admin/ReportsSync.php (#36122)
Co-authored-by: Néstor Soriano <konamiman@konamiman.com>
This commit is contained in:
parent
c2b2eb5bed
commit
d4ce6faf1e
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Fix typo in a function comment.
|
|
@ -71,7 +71,7 @@ class ReportsSync {
|
|||
* Regenerate data for reports.
|
||||
*
|
||||
* @param int|bool $days Number of days to import.
|
||||
* @param bool $skip_existing Skip exisiting records.
|
||||
* @param bool $skip_existing Skip existing records.
|
||||
* @return string
|
||||
*/
|
||||
public static function regenerate_report_data( $days, $skip_existing ) {
|
||||
|
|
Loading…
Reference in New Issue