summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ContentFilters.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ContentFilters.md b/ContentFilters.md
index edb2d45..383870f 100644
--- a/ContentFilters.md
+++ b/ContentFilters.md
@@ -1,7 +1,7 @@
Filters are a very powerful and flexible tool which may significantly
ease the task of extracting useful information from the sea of data that
is RSS feeds. Filters are applied to articles based on [regular
-expression](http://en.wikipedia.org/wiki/Regular_expression) match
+expression](http://en.wikipedia.org/wiki/Regular_expression) matches
against specified fields. After the match had been found, configured
actions are taken. Matching is case-insensitive,
[PCRE](http://php.net/manual/en/reference.pcre.pattern.syntax.php)