diff --git a/content/specs/rules.md b/content/specs/rules.md index 8571c7b..6756994 100644 --- a/content/specs/rules.md +++ b/content/specs/rules.md @@ -72,7 +72,7 @@ The typical structure is `?` fields: `^https?://(?:[a-z0-9-]+\\.)*?\\.`. If you want to match with every TLD, -you can substitute the TLD field with `(?:[a-z]{2,}){1,}`. +you can substitute `\\.` with `(?:\\.[a-z]{2,}){1,}`. ### `completeProvider` The **completeProvider** is a boolean, that determines if every URL that matches the **urlPattern** will be blocked.