We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4226e15 commit 1ca89c2Copy full SHA for 1ca89c2
WooCommerce/Classes/ViewRelated/Dashboard/Analytics Hub/Time Range/AnalyticsHubTimeRangeSelection.swift
@@ -121,7 +121,7 @@ extension AnalyticsHubTimeRangeSelection {
121
}
122
123
124
- /// The resopnse interval size that should be used to request stats from the given SelectedType
+ /// The response interval size that should be used to request stats from the given SelectedType
125
/// in order to proper determine the stats charts and changes
126
///
127
var intervalSize: Int {
@@ -133,7 +133,7 @@ extension AnalyticsHubTimeRangeSelection {
133
case .monthToDate, .lastMonth:
134
return 31
135
case .quarterToDate, .lastQuarter:
136
- return 12
+ return 13
137
case .yearToDate, .lastYear:
138
return 12
139
0 commit comments