Skip to content

Commit

Permalink
fix md lint
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Aug 10, 2023
1 parent 4180511 commit f69fb7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/general/ad-filtering/create-own-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -1939,8 +1939,8 @@ With these rules, specified UTM parameters will be removed from any request save

:::caution Restrictions

* Rules with `$removeparam` modifier can be used [**only in trusted filters**](#trusted-filters).
* `$removeparam` rules are compatible with [basic modifiers](#basic-rules-basic-modifiers),
- Rules with `$removeparam` modifier can be used [**only in trusted filters**](#trusted-filters).
- `$removeparam` rules are compatible with [basic modifiers](#basic-rules-basic-modifiers),
[content-type modifiers](#content-type-modifiers), and with `$important` and `$app` modifiers.
The rules which have any other modifiers are considered invalid and will be discarded.

Expand Down Expand Up @@ -3462,7 +3462,7 @@ this: `\]`.

:::

#### **`$app`** {#non-basic-app-modifier}
### **`$app`** {#non-basic-app-modifier}

`$app` modifier lets you narrow the rule coverage down to a specific application or a list of applications.
The modifier's behavior and syntax perfectly match the corresponding [basic rules `$app` modifier](#app-modifier).
Expand Down

0 comments on commit f69fb7e

Please sign in to comment.