Typo correction in woocommerce/src/Admin/ReportsSync.php (#36122)

Co-authored-by: Néstor Soriano <konamiman@konamiman.com>
This commit is contained in:
mujuonly 2023-01-02 16:41:37 +05:30 committed by GitHub
parent c2b2eb5bed
commit d4ce6faf1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Fix typo in a function comment.

View File

@ -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 ) {