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:
authorLukas Winkler <Findus23@users.noreply.github.com>2017-10-27 11:13:24 +0300
committerStefan Giehl <stefan@piwik.org>2017-10-27 11:13:24 +0300
commitc7e86b647bc86ec8d44172d406391d2e8dfce09b (patch)
treedb9acf27f6a676bdeee8fc4b61254cfede4c8a60
parent5912d9188e2469e9017b129c4a69f2197170184a (diff)
fix typo (#12230)
-rw-r--r--plugins/SegmentEditor/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SegmentEditor/API.php b/plugins/SegmentEditor/API.php
index ad4098775c..d14c0536e1 100644
--- a/plugins/SegmentEditor/API.php
+++ b/plugins/SegmentEditor/API.php
@@ -17,7 +17,7 @@ use Piwik\Config;
use Piwik\Segment;
/**
- * The SegmentEditor API lets you add, update, delete custom Segments, and list saved segments.a
+ * The SegmentEditor API lets you add, update, delete custom Segments, and list saved segments.
*
* @method static \Piwik\Plugins\SegmentEditor\API getInstance()
*/