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:
authorThomas Steur <thomas.steur@gmail.com>2013-10-09 03:23:00 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-09 03:23:00 +0400
commit4b74c5c44d37c2269991b5a8dc185db0fc40136a (patch)
treede102c37ab299c57f374de08bad02cfdb49ade24 /core/WidgetsList.php
parente74d67dd5a44b6bf66b7c9ef70f24e19959971e8 (diff)
refs #4199 updated some event docs and removed some more unused events
Diffstat (limited to 'core/WidgetsList.php')
-rw-r--r--core/WidgetsList.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/WidgetsList.php b/core/WidgetsList.php
index 6e219acabf..3696cd02f2 100644
--- a/core/WidgetsList.php
+++ b/core/WidgetsList.php
@@ -58,8 +58,8 @@ class WidgetsList
/**
* This event is triggered to collect all available widgets. Subscribe to this event if you want to create
- * one or more custom widgets. It's fairly easy. Just define the name of your widgets as well as a
- * controller and an action that should be executed once your widget is requested.
+ * one or more custom widgets. Just define the name of your widgets as well as a controller and an action
+ * that should be executed once your widget is requested.
*
* Example:
* ```