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