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:
authormattab <matthieu.aubry@gmail.com>2016-09-30 05:55:40 +0300
committermattab <matthieu.aubry@gmail.com>2016-09-30 06:14:53 +0300
commit9fdb62cc8de23dd88b1cc9a7306c4a12f06be973 (patch)
tree7b2baca104355323a04d0ea2426c65566c0633df /core/Plugin/Report.php
parent46453dbad74c8ff8c601cf96fe3bec3b193600b7 (diff)
fix typo across codebase: Let's -> lets
Diffstat (limited to 'core/Plugin/Report.php')
-rw-r--r--core/Plugin/Report.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Plugin/Report.php b/core/Plugin/Report.php
index 8f0619c998..b51987c3ff 100644
--- a/core/Plugin/Report.php
+++ b/core/Plugin/Report.php
@@ -310,7 +310,7 @@ class Report
}
/**
- * Let's you add any amount of widgets for this report. If a report defines a {@link $categoryId} and a
+ * lets you add any amount of widgets for this report. If a report defines a {@link $categoryId} and a
* {@link $subcategoryId} a widget will be generated automatically.
*
* Example to add a widget manually by overwriting this method in your report: