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 '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:
* ```