Skip to content

Commit acfcb36

Browse files
committed
Fix typo
1 parent 2539df0 commit acfcb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/TopPerformers/TopPerformersDashboardViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ private extension TopPerformersDashboardViewModel {
244244
}
245245

246246
func createProductEntityListener(for item: TopEarnerStatsItem) -> EntityListener<Product> {
247-
/// Mock product item out of info from top start item
247+
/// Mock product item out of details from top stat item
248248
var product = Product(
249249
siteID: siteID,
250250
productID: item.productID,

0 commit comments

Comments
 (0)