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 /plugins/ExamplePlugin
parent46453dbad74c8ff8c601cf96fe3bec3b193600b7 (diff)
fix typo across codebase: Let's -> lets
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/Controller.php b/plugins/ExamplePlugin/Controller.php
index 0b29befffc..a9be0048c0 100644
--- a/plugins/ExamplePlugin/Controller.php
+++ b/plugins/ExamplePlugin/Controller.php
@@ -11,7 +11,7 @@ namespace Piwik\Plugins\ExamplePlugin;
use Piwik\View;
/**
- * A controller let's you for example create a page that can be added to a menu. For more information read our guide
+ * A controller lets you for example create a page that can be added to a menu. For more information read our guide
* http://developer.piwik.org/guides/mvc-in-piwik or have a look at the our API references for controller and view:
* http://developer.piwik.org/api-reference/Piwik/Plugin/Controller and
* http://developer.piwik.org/api-reference/Piwik/View