summaryrefslogtreecommitdiff
path: root/ContentFilters.md
diff options
context:
space:
mode:
Diffstat (limited to 'ContentFilters.md')
-rw-r--r--ContentFilters.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/ContentFilters.md b/ContentFilters.md
index bb5797c..942c3a8 100644
--- a/ContentFilters.md
+++ b/ContentFilters.md
@@ -22,13 +22,11 @@ rules and actions. Each expression may have inverse flag set, which
inverts matching result. On top of that, filter may also have an inverse
flag, which inverts the final matching.
-Filter object may be configured to successfully match when either one or
+- Filter object may be configured to successfully match when either one or
all rules match.
-
-Regular expressions may be matched against several article fields, such
+- Regular expressions may be matched against several article fields, such
as, title, content, author, etc.
-
-Do not include delimiters (e.g. <code>/</code>) when writing regular
+- Do not include delimiters (e.g. <code>/</code>) when writing regular
expressions.
### Matching articles and applying actions