From b75859b6a27370ce345ffd624f592eca7b11484f Mon Sep 17 00:00:00 2001 From: u-RraaLL <92610420+u-RraaLL@users.noreply.github.com> Date: Tue, 28 Feb 2023 16:11:39 +0100 Subject: [PATCH] Previous wording was confusing for some. --- How-to-mark-a-web-site-as-trusted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-mark-a-web-site-as-trusted.md b/How-to-mark-a-web-site-as-trusted.md index 1ef55e3..020d333 100644 --- a/How-to-mark-a-web-site-as-trusted.md +++ b/How-to-mark-a-web-site-as-trusted.md @@ -91,7 +91,7 @@ Blocklist mode can be achieved by specifically crafted Regular Expression truste /^((?!example\.com|different\.example\.net|another\.example\.org).)*$/ -With this directive all domains put between `|` characters will be treated as _blocklisted_, and uBO will be enabled only on these pages. +With this directive all domains separated by `|` characters will be treated as _blocklisted_, and uBO will be enabled only on these pages. ### Other details