diff --git a/core/Archive.php b/core/Archive.php index 24a650bde57d7cbda4e6ae68fd9ab279eb4cd8ab..f55fc25b9812e1315eeaffde7552541132ede68a 100644 --- a/core/Archive.php +++ b/core/Archive.php @@ -20,7 +20,7 @@ use Piwik\Period\Range; * The **Archive** class is used to query archive data. * * You can use **Archive** instances to get archive data for one or more sites, - * for one or more periods and on optional segment. + * for one or more periods and one optional segment. * * If archive data is not found, this class will initiate the archiving process. [1](#footnote-1) *