Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Live/API.php')
-rw-r--r--plugins/Live/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/API.php b/plugins/Live/API.php
index 39fa33f361..fa22b8034f 100644
--- a/plugins/Live/API.php
+++ b/plugins/Live/API.php
@@ -187,7 +187,7 @@ class API extends \Piwik\Plugin\API
}
/**
- * Returns an array describing a visitor using her last visits (uses a maximum of 100).
+ * Returns an array describing a visitor using their last visits (uses a maximum of 100).
*
* @param int $idSite Site ID
* @param bool|false|string $visitorId The ID of the visitor whose profile to retrieve.