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:
authorsgiehl <stefan@piwik.org>2017-04-10 00:17:10 +0300
committersgiehl <stefan@piwik.org>2017-04-10 00:17:10 +0300
commitd80822bcac23127f5879765298e9ea300d0f2415 (patch)
treebc1120bd5b38492fa9689db3552d01463a1b7e91 /plugins/SEO
parent6f5eabe302883122d47e4fc766b78afa42af8964 (diff)
fix typo
Diffstat (limited to 'plugins/SEO')
-rw-r--r--plugins/SEO/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SEO/API.php b/plugins/SEO/API.php
index 879df5940e..574b014454 100644
--- a/plugins/SEO/API.php
+++ b/plugins/SEO/API.php
@@ -23,7 +23,7 @@ require_once PIWIK_INCLUDE_PATH . '/plugins/Referrers/functions.php';
/**
* The SEO API lets you access a list of SEO metrics for the specified URL: Google PageRank, Google/Bing indexed pages
- * Alexa Ranka and age of the Domain name.
+ * Alexa Rank and age of the Domain name.
*
* @method static API getInstance()
*/