From 1f2975c36d591be414cf00b7e355a54acaa12718 Mon Sep 17 00:00:00 2001 From: diosmosis <benakamoorthi@fastmail.fm> Date: Fri, 18 Oct 2013 01:27:43 -0400 Subject: [PATCH] Fix typo. --- core/Archive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Archive.php b/core/Archive.php index 24a650bde5..f55fc25b98 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) * -- GitLab